beginscenscript;

// CREATURE TYPES

begindefinecreature 9; // base creature
// This slot stores the base unedited creature.
// Used for importation.
	cr_size = 128;
	cr_default_script = "mobbasic";
	cr_default_aggression = 12;
	
	cr_statistic 0 = 1;
	cr_statistic 1 = 1;
	cr_statistic 2 = 1;
	cr_statistic 3 = 1;
	
begindefinecreature 0;
	cr_name = "Shaper";
	cr_graphic_template = 110;
	cr_max_health = 20;
	cr_max_energy = 20;
	cr_max_essence = 10;
	cr_regen_rate = 12;
	cr_energy_regen_rate = 12;
	cr_base_level = 1;
	cr_sound_when_slain = 127;
	cr_default_courage = 100;

	cr_resistances 0 = 40;
	cr_resistances 1 = 50;
	cr_resistances 2 = 50;
	cr_resistances 6 = 50;
	cr_resistances 7 = 70;
	
	// These are all of the main character's combat abils.
	// Abilities used in town are handled in hardcode
	cr_abil_num 0 = 0; // punch
	//cr_abil_level 0 = 1;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
		
	cr_abil_num 1 = 3; 
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;

begindefinecreature 1;
	cr_base_level = 25;
	cr_graphic_coloradj = 17;
	cr_default_strategy = 1;
	cr_regen_rate = 25;

	cr_abil_num 1 = 5; 
	cr_abil_level 1 = 0;

begindefinecreature 2;
	import = 1;
	cr_name = "Shaper Rawal";
	cr_base_level = 30;	
	cr_sound_when_slain = 106;
	cr_graphic_coloradj = 1;
	cr_walk_speed = 0;
	cr_regen_rate = 25;

	cr_abil_num 0 = 85; 
	cr_abil_level 0 = 15;
	cr_abil_num 1 = 31; 

	cr_abil_num 2 = 62; 
	cr_abil_level 2 = 1;
	cr_abil_step_of_launch 2 = 8;
	cr_abil_anim_in_reverse 2 = 1;



begindefinecreature 3;
	import = 0;
	cr_name = "Guardian";
	cr_graphic_template = 100;
	cr_max_health = 24;
	cr_max_energy = 20;
	cr_max_essence = 40;
	cr_regen_rate = 12;
	cr_energy_regen_rate = 12;
	cr_base_level = 1;
	cr_sound_when_slain = 127;
	cr_graphic_appearadj = -1;
	cr_bonus_aps = 0;
	cr_default_strategy = 0;
	cr_default_courage = 100;

	cr_resistances 0 = 60;
	cr_resistances 2 = 30;
	cr_resistances 6 = 30;
	cr_resistances 7 = 70;

begindefinecreature 4;
	cr_base_level = 25;
	cr_graphic_template = 101;
	cr_regen_rate = 25;

	cr_abil_num 0 = 2; // sword attack

	cr_abil_num 1 = 54;	

begindefinecreature 5;
	cr_name = "Alwan";
	cr_base_level = 40;
	cr_graphic_template = 67;
	cr_graphic_coloradj = 0;
	cr_regen_rate = 0;
	cr_multiple_facings = 0;

	cr_abil_num 0 = 93;
	cr_abil_level 0 = 20;

	cr_abil_num 1 = -1;	
	
begindefinecreature 6;
	import = 0;
	cr_name = "Agent";
	cr_graphic_template = 120;
	cr_max_health = 20;
	cr_max_energy = 20;
	cr_max_essence = 10;
	cr_regen_rate = 12;
	cr_energy_regen_rate = 12;
	cr_base_level = 1;
	cr_sound_when_slain = 106;
	cr_default_courage = 100;

	cr_resistances 0 = 50;
	cr_resistances 1 = 60;
	cr_resistances 2 = 30;
	cr_resistances 6 = 30;
	cr_resistances 7 = 70;

	cr_abil_level 1 = 3;

begindefinecreature 7;
	cr_base_level = 25;
	cr_graphic_coloradj = 256;
	cr_graphic_template = 121;
	cr_default_strategy = 1;
	cr_regen_rate = 25;

	cr_abil_num 0 = 2; 
	cr_abil_level 0 = 1;
	
	cr_abil_num 1 = 4; 
begindefinecreature 8;
	cr_name = "Astoria";
	cr_base_level = 30;
	cr_walk_speed = 0;
	
	cr_abil_num 0 = 85; 
	cr_abil_level 0 = 15;
	cr_abil_num 1 = 40;  

	cr_abil_num 2 = 62; 
	cr_abil_level 2 = 1;
	cr_abil_step_of_launch 2 = 8;
	cr_abil_anim_in_reverse 2 = 1;

//begindefinecreature 8;
	//cr_base_level = 34;
	//cr_name = "Greta";
	//cr_graphic_coloradj = 512;

	//cr_abil_level 0 = 5;

	//cr_abil_num 1 = 5; 



// Begin Fyora		
begindefinecreature 10; // PC created fyora
// imported for all fyora types
	import = 9;
	cr_name = "Fyora";
	cr_graphic_template = 11;
	cr_max_health = 25;
	cr_max_energy = 20;
	cr_max_essence = 0;
	//cr_natural_armor = 4;
	cr_regen_rate = 2;
	cr_energy_regen_rate = 2;
	cr_base_level = 2;
	cr_creature_type = 1;
	cr_sound_when_slain = 111;
	cr_default_attitude = 1;
	cr_default_strategy = 1;
	cr_default_courage = 70;
	
	cr_resistances 2 = 30;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_step_of_launch 0 = 7;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 12;
	
	cr_abil_num 1 = 16; 
	cr_abil_level 1 = 4;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	
	cr_abil_casting_sound 1 = 115;
begindefinecreature 11; // Basic friendly fyora
	cr_default_attitude = 2;

	cr_abil_level 0 = 0;
	cr_abil_level 1 = 2;
begindefinecreature 12; // Basic hostile fyora
	cr_name = "Fyora";
	cr_graphic_coloradj = 16;
	cr_default_attitude = 4;
	cr_max_health = 10;
	cr_base_level = 3;
	cr_graphic_coloradj = 512;

	cr_start_item 0 = 14;
	cr_start_item_chance 0 = 1;
	cr_start_item 1 = 420;
	cr_start_item_chance 1 = 1;
	
	//cr_abil_level 0 = 1;
	cr_abil_level 1 = 2;

begindefinecreature 13; 
	cr_name = "Enraged Fyora";
	cr_default_attitude = 4;
	cr_max_health = 20;
	cr_base_level = 8;
	cr_graphic_coloradj = 1024;

begindefinecreature 14; 
	cr_name = "Warped Fyora";
	cr_base_level = 15;
	cr_graphic_coloradj = 16;
	
begindefinecreature 15; 
	cr_name = "Charged Fyora";
	cr_base_level = 20;
	cr_graphic_appearadj = 2;

	cr_start_item 0 = 137;
	cr_start_item_chance 0 = 1;
	
begindefinecreature 17; // PC created cryoa
	import = 10;
	cr_name = "Cryoa";
	cr_graphic_coloradj = 1;
	cr_base_level = 7;
	cr_max_energy = 400;
	cr_stain_when_slain = 5;

	cr_resistances 2 = 0;
	cr_resistances 6 = 30;

	cr_abil_num 1 = 17;
	cr_abil_level 1 = 0;
	
begindefinecreature 18; // cryoa
	cr_name = "Cryoa";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 17;
	cr_base_level = 13;
	
	cr_start_item 0 = -1;
	cr_start_item_chance 0 = 1;
	cr_start_item 1 = 353;
	cr_start_item_chance 1 = 1;
begindefinecreature 19; // cryoa
	cr_name = "Savage Cryoa";
	cr_base_level = 20;
	cr_graphic_coloradj = 257;
	cr_abil_level 1 = 4;
		
begindefinecreature 20; // pc created thahd
// base for all thahd imports
	import = 9;
	cr_name = "Thahd";
	cr_graphic_template = 13;
	cr_max_health = 60;
	cr_regen_rate = 2;
	cr_base_level = 4;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_sound_when_slain = 183;

	cr_resistances 0 = 30;
	
	cr_abil_num 0 = 0; // punch attack
	cr_abil_level 0 = 3;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
begindefinecreature 21; // friendly thahd
	cr_default_attitude = 2;
begindefinecreature 22; // hostile thahd
	cr_name = "Thahd";
	cr_max_health = 10;
	cr_graphic_coloradj = 512;
	cr_default_attitude = 4;
	cr_base_level = 3;

	cr_start_item 0 = 220;
	cr_start_item_chance 0 = 1;
	cr_start_item 1 = 1;
	cr_start_item_chance 1 = 20;
	cr_start_item 2 = 7;
	cr_start_item_chance 2 = 2;

begindefinecreature 23; //
	cr_name = "Brutal Thahd";
	cr_base_level = 9;
	cr_graphic_coloradj = 256;
	cr_max_health = 50;
	
	cr_start_item 1 = 2;


begindefinecreature 25; //
	import = 22;
	cr_name = "Charged Thahd";
	cr_base_level = 20;
	cr_graphic_appearadj = 2;
	cr_nimbleness = 20;
	cr_regen_rate = 5;

	cr_resistances 1 = 50;
	
	cr_start_item 0 = 38;
	cr_start_item_chance 0 = 1;
	cr_start_item 1 = 4;

begindefinecreature 26; // 3 funky thahds
	import = 22;
	cr_name = "Corrupted Thahd";
	cr_base_level = 12;
	cr_graphic_coloradj = 1;
	cr_regen_rate = 1;
	cr_max_health = 0;
	cr_default_attitude = 1;

	cr_resistances 1 = 80;
	cr_resistances 4 = 80;
	cr_resistances 5 = 80;

	cr_abil_num 0 = 83; // punch attack
begindefinecreature 27; // 3 funky thahds
	cr_name = "Unstable Thahd";
	cr_default_attitude = 4;
	cr_effect_when_slain = 81;

	cr_abil_num 0 = 0; // punch attack

begindefinecreature 28; 
	cr_graphic_coloradj = 4;
	cr_effect_when_slain = 71;
begindefinecreature 29; 	
	cr_graphic_coloradj = 18;
	cr_effect_when_slain = 91;

begindefinecreature 30;// pc created Artila
// base for all Artila imports
	import = 9;
	cr_name = "Artila";
	cr_graphic_template = 12;
	cr_max_health = 10;
	cr_max_energy = 100;
	cr_regen_rate = 4;
	cr_energy_regen_rate = 4;
	cr_base_level = 4;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_strategy = 2;
	cr_default_courage = 70;
	cr_sound_when_slain = 153;
	cr_stain_when_slain = 4;

	cr_resistances 1 = 50;
	cr_resistances 5 = 50;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_step_of_launch 0 = 8;
		
	cr_abil_num 1 = 4; // Searer
	cr_abil_level 1 = 4;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_casting_sound 1 = 122;
begindefinecreature 31; // friendly Artila
	cr_default_attitude = 2;

	cr_abil_level 0 = 0;
	cr_abil_level 1 = 2;
begindefinecreature 32; // hostile Artila
	cr_name = "Artila";
	cr_default_attitude = 4;
	cr_max_health = 5;
	cr_base_level = 5;
	cr_graphic_coloradj = 256;

	cr_start_item 0 = 423;
	cr_start_item_chance 0 = 1;
	
	cr_abil_level 1 = 0;

begindefinecreature 33; 
	cr_name = "Plated Artila";
	cr_base_level = 12;
	cr_max_health = 40;
	cr_graphic_coloradj = 16;

	cr_abil_num 1 = 8; // acid Searer

begindefinecreature 34;
	cr_name = "Searing Artila";
	cr_base_level = 18;
	cr_max_health = 10;
	cr_default_courage = 70;
	cr_regen_rate = 10;
	cr_energy_regen_rate = 12;
	cr_nimbleness = 20;
	cr_default_attitude = 4;
	cr_graphic_coloradj = 25;

	cr_abil_level 0 = 0;
	cr_abil_level 1 = 0;
	
begindefinecreature 35;
	cr_name = "Charged Artila";
	cr_base_level = 26;
	cr_graphic_coloradj = 16;
	cr_graphic_appearadj = 3;

	cr_resistances 1 = 100;

begindefinecreature 36;
	cr_name = "Inferno Wyrm";
	cr_base_level = 22;
	cr_graphic_coloradj = 18;
	cr_graphic_appearadj = 4;

	cr_resistances 2 = 100;
	
	cr_abil_num 1 = 164;
	cr_abil_level 1 = 0;
	cr_abil_casting_sound 1 = 178;
	
begindefinecreature 40;// pc created Ornk
// base for all Ornk imports
	import = 9;
	cr_name = "Ornk";
	cr_graphic_template = 19;
	cr_max_health = 18;
	cr_regen_rate = 2;
	cr_walk_speed = 18;
	cr_base_level = 1;
	cr_creature_type = 1;
	cr_default_attitude = 3;
	cr_default_script = "ornk";
	cr_start_item 0 = 245;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 245;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 245;
	cr_start_item_chance 2 = 75;
	cr_default_courage = 40;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 4;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 12;
begindefinecreature 41; // friendly Ornk
	cr_graphic_coloradj = 8;
	cr_default_attitude = 2;
begindefinecreature 42; // hostile Ornk
	//cr_name = "Ornk";
	cr_graphic_coloradj = 16;
	cr_default_attitude = 4;
	cr_default_script = "mobbasic";

begindefinecreature 43; 
	cr_name = "Oozebeast";
	cr_graphic_coloradj = 18;
	cr_base_level = 25;
	cr_default_strategy = 1;

	cr_resistances 5 = 100;

	cr_abil_num 1 = 162; 
	cr_abil_level 1 = 0;
	cr_abil_step_of_launch 1 = 3;	

// BEGIN PCS
begindefinecreature 44;
	import = 9;
	cr_name = "Warrior";
	cr_graphic_template = 145;
	cr_max_health = 28;
	cr_max_energy = 20;
	cr_max_essence = 10;
	cr_regen_rate = 2;
	cr_energy_regen_rate = 2;
	cr_base_level = 1;
	cr_sound_when_slain = 127;
	
	// These are all of the main character's combat abils.
	// Abilities used in town are handled in hardcode
	cr_abil_num 0 = 0; // punch
	//cr_abil_level 0 = 1;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
		
	cr_abil_num 1 = 3; 
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;
begindefinecreature 45;
	cr_name = "Infiltrator";
	cr_graphic_template = 135;
	cr_max_health = 20;
	cr_max_energy = 28;
	cr_sound_when_slain = 106;
begindefinecreature 46;
	cr_name = "Servile";
	cr_graphic_template = 130;
	cr_max_health = 30;
	cr_max_energy = 16;
	cr_sound_when_slain = 127;
begindefinecreature 47;
	cr_name = "Lifecrafter";
	cr_graphic_template = 140;
	cr_max_health = 20;
	cr_max_energy = 28;
begindefinecreature 48;
	cr_name = "Shock Trooper";
	cr_graphic_template = 150;
	cr_max_health = 28;
	cr_max_energy = 20;
	cr_sound_when_slain = 106;
begindefinecreature 49;
	cr_name = "Sorceress";
	cr_graphic_template = 155;
	cr_max_health = 28;
	cr_max_energy = 20;
	cr_sound_when_slain = 106;
	cr_vert_adjust = 6;

	
begindefinecreature 50; // base servile
// base for all Servile imports
	import = 9;
	cr_name = "Servile";
	cr_graphic_template = 14;
	cr_max_health = 25;
	cr_regen_rate = 2;
	cr_base_level = 3;
	cr_creature_type = 1;
	cr_default_attitude = 2;

	cr_resistances 0 = 15;
	
	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 40;
	cr_start_item 1 = 25;
	cr_start_item_chance 1 = 10;
	cr_start_item 2 = 10;
	cr_start_item_chance 2 = 10;
	cr_start_item 3 = 62;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 220;
	cr_start_item_chance 4 = 5;
	cr_start_item 5 = 360;
	cr_start_item_chance 5 = 5;
	
	cr_abil_num 0 = 0; // punch attack
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
begindefinecreature 51; // servile
	cr_graphic_coloradj = 2;
begindefinecreature 52; // servile
	cr_graphic_template = 130;
	cr_graphic_coloradj = 0;
begindefinecreature 53; // Guard servile
	cr_name = "Guard Servile";
	cr_base_level = 20;
	cr_graphic_coloradj = 0;
	cr_default_script = "mobguard";
	cr_graphic_template = 72;

	cr_resistances 0 = 30;

	cr_start_item 0 = 2;
	cr_start_item 3 = 63;
	cr_start_item 4 = 230;
	cr_start_item 5 = 361;
	
	cr_abil_num 0 = 2; // sword attack
	cr_abil_level 0 = 5;
	
	cr_abil_num 1 = 20; // javelin
	cr_abil_level 1 = 4;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	

begindefinecreature 54; // rogue servile
	cr_name = "Servile";
	cr_default_attitude = 4;
	cr_base_level = 5;
	cr_graphic_coloradj = 256;
	cr_default_script = "mobbasic";

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 20;
	
	cr_start_item 4 = 220;
	cr_start_item 5 = 181;
begindefinecreature 55; // warrior servile
	cr_name = "Warrior Servile";
	cr_graphic_coloradj = 16;
	cr_default_attitude = 2;
	cr_base_level = 10;

	cr_start_item 0 = 2;
	cr_start_item 1 = 11;
	cr_start_item 2 = 37;
	cr_start_item 3 = 64;
	cr_start_item 4 = 224;
	cr_start_item 5 = 361;
	
	cr_abil_level 0 = 1;
	cr_abil_level 1 = 1;
begindefinecreature 56; 
	cr_name = "Servile Defender";
	cr_base_level = 20;
	cr_graphic_template = 131;
	cr_graphic_coloradj = 16;
	cr_start_item 0 = 3;
	cr_start_item 2 = 38;
	cr_start_item 4 = 230;
begindefinecreature 57; 
	cr_name = "War-Bred Servile";
	cr_base_level = 24;
	cr_graphic_template = 132;

	
	cr_abil_level 0 = 2;
	cr_abil_num 1 = 54; // thorns
	cr_abil_level 1 = 2;


begindefinecreature 58; 
	import = 52;
	cr_name = "Servile Icecaster";
	cr_base_level = 18;
	cr_default_strategy = 2;
	cr_max_health = 60;
	cr_graphic_coloradj = 20;

	cr_resistances 1 = 50;
	cr_resistances 2 = 50;
	cr_resistances 6 = 50;

	cr_start_item 0 = 220;
	cr_start_item_chance 0 = 10;
	cr_start_item 1 = 221;
	cr_start_item_chance 1 = 10;
	cr_start_item 2 = 222;
	cr_start_item_chance 2 = 10;
	cr_start_item 3 = 223;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 224;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 225;
	cr_start_item_chance 5 = 10;

	cr_abil_num 1 = 17; 
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	
	
begindefinecreature 59; 
	cr_name = "Servile Mindcaster";
	cr_graphic_coloradj = 18;

	cr_abil_num 0 = 84;
	 
	cr_abil_num 1 = 4;

	cr_abil_num 2 = 13; 
	cr_abil_step_of_launch 2 = 7;
	cr_abil_anim_in_reverse 2 = 1;
	cr_abil_time_per_step 2 = 1;	

begindefinecreature 60; 
	cr_name = "Servile Cultist";
	cr_graphic_template = 132;
	cr_graphic_coloradj = 256;
	cr_base_level = 21;

	cr_abil_num 1 = 5;

	cr_abil_num 2 = -1; 

begindefinecreature 61; 
	import = 56;
	cr_name = "Unused Ser Vat Tech";
	cr_base_level = 28;
	cr_graphic_coloradj = 656;

	cr_resistances 2 = 90;
	cr_resistances 4 = 90;
	cr_resistances 5 = 90;
	cr_resistances 6 = 90;

	cr_abil_num 0 = 82;
	cr_abil_num 1 = -1;
begindefinecreature 62; 
	import = 56;
	cr_name = "Unused Ser Power Tech";
	cr_base_level = 28;
	cr_graphic_coloradj = 400;

	cr_resistances 1 = 90;
	cr_resistances 2 = 90;

	cr_abil_num 0 = 84;
begindefinecreature 63; 
	import = 54;
	cr_name = "Baton Servile";
	cr_base_level = 5;
	cr_default_strategy = 2;
	cr_graphic_template = 132;
	cr_graphic_coloradj = 512;
	
	cr_abil_num 1 = 50; 
	cr_abil_level 1 = 0;
begindefinecreature 64; 
	cr_base_level = 8;
	cr_graphic_coloradj = 256;
begindefinecreature 65; // warrior servile
	import = 54;
	cr_name = "Mehken";
	cr_graphic_coloradj = 16;
	cr_default_attitude = 2;
	cr_base_level = 4;

	cr_start_item 0 = 2;
	cr_start_item 1 = 11;
	cr_start_item 2 = 37;
	cr_start_item 3 = 64;
	cr_start_item 4 = 224;
	cr_start_item 5 = 361;
	
	cr_abil_level 0 = 3;
	cr_abil_num 1 = -1;
begindefinecreature 66; 
	import = 54;
	cr_name = "Presence-Servile";
	cr_default_strategy = 2;
	cr_abil_num 1 = 35;
	cr_abil_level 1 = 1;


begindefinecreature 67;// 
// base for all podling imports
	import = 9;
	cr_name = "Podling";
	cr_graphic_template = 98;
	cr_max_health = 10;
	cr_max_energy = 100;
	cr_regen_rate = 4;
	cr_energy_regen_rate = 4;
	cr_base_level = 5;
	cr_creature_type = 1;
	cr_default_attitude = 4;
	cr_default_strategy = 2;
	cr_sound_when_slain = 244; 
	cr_stain_when_slain = 4;

	cr_resistances 2 = 50;
	
	cr_abil_num 0 = 86; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_step_of_launch 0 = 8;
		
	cr_abil_num 1 = 36; // weakening rain
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 6; 
begindefinecreature 68;
	cr_name = "Armored Podling";
	cr_base_level = 15;
	cr_graphic_coloradj = 1;
	cr_abil_num 1 = 35; // curse rain
begindefinecreature 69;
	cr_name = "Assault Podling";
	cr_base_level = 25;
	cr_graphic_coloradj = 2;
	cr_abil_num 1 = 37; // slow rain
	
begindefinecreature 70; // pc created Roamer
// base for all Roamer imports
	import = 9;
	cr_name = "Roamer";
	cr_graphic_template = 17;
	cr_max_health = 25;
	cr_max_energy = 250;
	cr_regen_rate = 2;
	cr_base_level = 10;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_sound_when_slain = 130;

	cr_resistances 0 = 20;
	cr_resistances 5 = 50;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 102;

	cr_abil_num 1 = 4; // spit
	cr_abil_level 1 = 2;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	
	cr_abil_casting_sound 1 = 182;
		
begindefinecreature 71; // friendly Roamer
	cr_default_attitude = 2;

begindefinecreature 72; // hostile Roamer
	cr_name = "Roamer";
	cr_base_level = 8;
	cr_graphic_coloradj = 256;
	cr_default_attitude = 4;

	cr_start_item 0 = 426;
	cr_start_item_chance 0 = 1;

	cr_statistic 0 = 1;

	cr_abil_num 1 = -1;
	
begindefinecreature 73; // hostile Roamer
	cr_name = "Vicious Roamer";
	cr_base_level = 12;
	cr_graphic_coloradj = 512;

	cr_abil_num 1 = 4; // spit

begindefinecreature 74; // hostile Roamer
	cr_name = "Unstable Roamer";
	cr_base_level = 4;
	cr_max_health = 2;
	cr_effect_when_slain = 51;
	cr_graphic_coloradj = 2;

	cr_start_item 0 = -1;
	cr_abil_num 1 = -1; 

begindefinecreature 75;
	import = 72;
	cr_name = "Guardian Roamer";
	cr_graphic_coloradj = 17;
	cr_base_level = 20;
	cr_regen_rate = 10;

	cr_abil_num 0 = 81; // venemous bite attack
	
begindefinecreature 76; // pc created unstable Roamer
	import = 74;
	cr_name = "Pyroroamer";
	cr_default_attitude = 1;
	cr_max_health = 0;
	cr_effect_when_slain = 52;

begindefinecreature 77;
	import = 72;
	cr_name = "Icebreath Roamer";
	cr_graphic_coloradj = 1;
	cr_base_level = 13;
	cr_regen_rate = 10;
	cr_stain_when_slain = 5;

	cr_abil_num 1 = 17; // ice breath

begindefinecreature 80; 
	import = 9;
	cr_name = "Slimy Worm";
	cr_graphic_template = 93;
	cr_max_health = 1;
	cr_regen_rate = 2;
	cr_base_level = 1;
	cr_creature_type = 0;
	cr_default_attitude = 4;
	cr_default_courage = 70;
	cr_sound_when_slain = 202;
	
	cr_start_item 0 = 8;
	cr_start_item_chance 0 = 3;

	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 1;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 0;
	cr_abil_casting_sound 0 = 203;
begindefinecreature 81; 
	cr_name = "Fiery Worm";
	cr_base_level = 2;
	cr_graphic_coloradj = 2;
	cr_default_strategy = 2;

	cr_abil_num 1 = 3; // firebolt
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 0;
	cr_abil_casting_sound 1 = 157;
begindefinecreature 82; 
	cr_name = "Venomous Worm";
	cr_base_level = 3;
	cr_graphic_coloradj = 1024;
	cr_abil_num 0 = 81;
	cr_abil_level 0 = 1;
	cr_default_strategy = 0;
	
	cr_abil_num 1 = -1; 
begindefinecreature 83; 
	cr_name = "Spawned Worm";
	cr_base_level = 12;
	cr_graphic_coloradj = 18;
	cr_abil_num 0 = 1; 
	cr_abil_level 0 = 5;
begindefinecreature 84; 
	import = 80;
	cr_name = "Oozing Worm";
	cr_base_level = 17;
	cr_abil_num 0 = 81;
	cr_graphic_coloradj = 4;

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
		
begindefinecreature 85; 
	import = 9;
	cr_name = "Toothy Crawler";
	cr_graphic_template = 94;
	cr_max_health = 5;
	cr_regen_rate = 2;
	cr_base_level = 2;
	cr_creature_type = 0;
	cr_default_attitude = 4;
	cr_default_courage = 70;
	cr_sound_when_slain = 202;
	
	cr_start_item 0 = 8;
	cr_start_item_chance 0 = 3;

	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 0;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 203;
begindefinecreature 86; 
	cr_name = "Spiny Crawler";
	cr_base_level = 3;
	cr_graphic_coloradj = 4;

	cr_abil_num 1 = 50; // spine
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_casting_sound 1 = 204;
begindefinecreature 87; 
	cr_name = "Icy Crawler";
	cr_base_level = 7;
	cr_graphic_coloradj = 2;
	cr_stain_when_slain = 5;

	cr_abil_num 1 = 17; // ice
begindefinecreature 88; 
	cr_name = "Spawned Crawler";
	cr_base_level = 13;
	cr_graphic_coloradj = 1028;
	cr_stain_when_slain = 1;
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 3;
	cr_abil_num 1 = -1; 
begindefinecreature 89; 
	import = 85;
	cr_name = "Oozing Crawler";
	cr_base_level = 19;
	cr_graphic_coloradj = 1024;
	cr_stain_when_slain = 1;
	cr_abil_num 0 = 81;

	cr_abil_level 0 = 5;
	
	cr_resistances 4 = 90;
	cr_resistances 5 = 90;
		
begindefinecreature 90;// pc created Vlish
// base for all Vlish imports
	import = 9;
	cr_name = "Vlish";
	cr_graphic_template = 18;
	cr_max_health = 25;
	cr_max_energy = 100;
	cr_max_essence = 0;
	cr_regen_rate = 2;
	cr_energy_regen_rate = 6;
	cr_base_level = 12;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 70;
	cr_sound_when_slain = 108;
	cr_stain_when_slain = 4;
	
	cr_resistances 0 = 30;
	cr_resistances 1 = 30;
	cr_resistances 4 = 50;
	
	cr_abil_num 0 = 80; // sting attack
	cr_abil_level 0 = 4;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 65; // curse attack
	cr_abil_level 1 = 3;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;

begindefinecreature 91; // friendly Vlish
	cr_default_attitude = 2;

	cr_abil_level 0 = 2;
	cr_abil_level 1 = 1;
begindefinecreature 92; // hostile Vlish
	cr_name = "Submission Vlish";
	cr_default_attitude = 4;
	cr_max_health = 1;
	cr_base_level = 12;
	cr_default_strategy = 1;
	cr_graphic_coloradj = 256;

	cr_start_item 0 = 428;
	cr_start_item_chance 0 = 1;

	cr_abil_level 0 = 1;

	cr_abil_level 1 = 0;
	
begindefinecreature 93; // vlish 2
	cr_name = "Pacification Vlish";
	cr_graphic_coloradj = 512;
	
	cr_abil_num 1 = 10; // stun
	
begindefinecreature 94; // vlish 3
	cr_name = "Terror Vlish";
	cr_graphic_coloradj = 1024;
	
	cr_abil_num 1 = 60; // terror
	
	cr_abil_num 2 = 13; // terror attack
	cr_abil_level 2 = 1;
	cr_abil_step_of_launch 2 = 8;
	cr_abil_anim_in_reverse 2 = 1;

begindefinecreature 95; // hostile Vlish
// imported for other chartming vlishes
	cr_name = "Mindstealer Vlish";
	cr_base_level = 15;
	cr_default_attitude = 4;
	cr_max_health = 80;
	cr_default_courage = 100;
	cr_default_strategy = 3;
	cr_regen_rate = 5;
	cr_graphic_coloradj = 20;

	cr_statistic 2 = 8;

	cr_abil_num 2 = 62; // charm attack
	cr_abil_level 2 = 10;
	cr_abil_step_of_launch 2 = 8;
	cr_abil_anim_in_reverse 2 = 1;


begindefinecreature 96; // unstable vlish
	import = 90;
	cr_name = "Charged Vlish";
	cr_base_level = 12;
	cr_max_health = 0;
	cr_default_courage = 70;
	cr_graphic_appearadj = 2;
	cr_graphic_coloradj = 0;
	cr_stain_when_slain = -1;
	cr_regen_rate = 5;
	cr_default_strategy = 2;

	cr_resistances 6 = 100;

	cr_abil_num 1 = 64;
	cr_abil_level 1 = 3;

begindefinecreature 97; 
	import = 92;
	cr_name = "Spectral Vlish";
	cr_base_level = 15;
	cr_graphic_appearadj = 1;
	cr_graphic_coloradj = 20;

	cr_abil_num 1 = 64; // slow attack

begindefinecreature 98; 
	import = 92;
	cr_name = "Swarmkeeper Vlish";
	cr_base_level = 3;
	cr_max_health = 500;
	cr_walk_speed = 0;

	cr_abil_num 0 = 86; // sting attack
	cr_abil_level 0 = 0;

	cr_abil_num 1 = 65; // curse attack
	cr_abil_level 1 = 0;

begindefinecreature 100;// pc created clawbug
// base for all clawbug imports
	import = 9;
	cr_name = "Clawbug";
	cr_graphic_template = 16;
	cr_max_health = 60;
	cr_max_energy = 0;
	cr_max_essence = 0;
	cr_regen_rate = 4;
	cr_base_level = 10;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_sound_when_slain = 148;

	cr_resistances 0 = 40;
	cr_resistances 4 = 100;
	
	cr_abil_num 0 = 80; // sting attack
	cr_abil_level 0 = 4;
	cr_abil_step_of_launch 0 = 5;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 184;

begindefinecreature 101; // friendly clawbug
	cr_default_attitude = 2;
begindefinecreature 102; // hostile clawbug
	cr_name = "Clawbug";
	cr_max_health = 35;
	cr_default_attitude = 4;	
	cr_base_level = 10;
	cr_graphic_coloradj = 256;

	cr_abil_num 0 = 0; // basic sting attack
	cr_abil_level 0 = 1;
	
	cr_start_item 0 = 134;
	cr_start_item_chance 0 = 1;

begindefinecreature 103; 
	cr_name = "Plated Clawbug";
	cr_base_level = 16;
	//cr_natural_armor = 8;
	cr_max_health = 10;
	cr_bonus_aps = 2;
	cr_graphic_coloradj = 16;
	
	cr_abil_level 0 = 0;
	
begindefinecreature 104; 
	cr_name = "Stinging Clawbug";
	cr_base_level = 24;
	cr_bonus_aps = 5;
	cr_graphic_coloradj = 17;
	
	cr_abil_num 0 = 80; // sting attack

begindefinecreature 105; 
	cr_name = "Redshell Clawbug";
	cr_base_level = 20;
	cr_max_health = 90;
	cr_bonus_aps = 2;
	cr_graphic_coloradj = 272;

	cr_resistances 2 = 70;
	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	
	cr_abil_num 0 = 83;

begindefinecreature 106; // pc made plated clawbug
	import = 103;
	cr_max_health = 80;
	cr_abil_level 0 = 6;
	

begindefinecreature 107; 
	import = 9;
	cr_name = "Modified Beetle";
	cr_graphic_template = 15;
	cr_max_health = 1;
	cr_regen_rate = 2;
	cr_base_level = 1;
	cr_default_attitude = 4;
	cr_default_courage = 70;
	cr_sound_when_slain = 202;
	cr_creature_type = 1;
	
	cr_start_item 0 = 8;
	cr_start_item_chance 0 = 3;

	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 0;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 203;
begindefinecreature 108; 
	cr_name = "Scavenger Beetle";
	cr_base_level = 2;
	cr_graphic_coloradj = 4;
begindefinecreature 109; 
	cr_name = "Shredbug";
	cr_base_level = 24;
	cr_graphic_coloradj = 64;
	cr_bonus_aps = 4;
	cr_max_health = 100;

	cr_resistances 1 = 50;
	cr_resistances 2 = 50;
	cr_resistances 6 = 50;
	cr_resistances 7 = 75;
	
	cr_start_item 0 = 9;
	cr_start_item_chance 0 = 5;

	cr_abil_level 0 = 8;

begindefinecreature 110;// spawner
// base for all spawner imports
	import = 9;
	cr_name = "Spawner";
	cr_graphic_template = 70;
	cr_max_health = 100;
	cr_max_energy = 0;
	cr_max_essence = 0;
	cr_regen_rate = 4;
	cr_walk_speed = 0;
	cr_base_level = 8;
	cr_creature_type = 3;
	cr_default_attitude = 4;	
	cr_multiple_facings = 0;
	cr_default_script = "mobspawner";
	cr_sound_when_slain = 148;

	cr_resistances 0 = 25;
	cr_resistances 2 = 25;
	cr_resistances 6 = 25;

	cr_start_item 0 = 4;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 6;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 7;
	cr_start_item_chance 2 = 75;
	cr_default_courage = 100;
begindefinecreature 111;
	cr_base_level = 16;
	//cr_natural_armor = 10;
	cr_graphic_coloradj = 2;
	cr_regen_rate = 6;
begindefinecreature 112;
	cr_base_level = 26;
	//cr_natural_armor = 15;
	cr_regen_rate = 20;
	cr_graphic_coloradj = 3;
	cr_graphic_appearadj = 2;

begindefinecreature 115;// Servant Mind
	import = 9;
	cr_name = "Servant Mind";
	cr_graphic_template = 91;
	cr_max_health = 200;
	cr_regen_rate = 4;
	cr_walk_speed = 0;
	cr_base_level = 25;
	cr_creature_type = 3;
	cr_multiple_facings = 0;
	cr_sound_when_slain = 148;
	cr_default_script = "mobservmind";

	cr_resistances 0 = 50;
	cr_resistances 1 = 25;
	cr_resistances 4 = 80;

	cr_resistances 7 = 80;

	cr_abil_num 0 = 85; 
	cr_abil_level 0 = 5;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 5; // orbs attack
	cr_abil_level 1 = 2;
	cr_abil_step_of_launch 1 = 3;
	cr_abil_anim_in_reverse 1 = 1;
begindefinecreature 116; // presence Mind
	cr_base_level = 4;

	cr_abil_num 0 = 82; 
	cr_abil_level 0 = 3;

	cr_abil_num 1 = 35; //
	cr_abil_level 1 = 0;

begindefinecreature 118; 
	cr_name = "Warped Creator";
	cr_base_level = 22;
	cr_max_health = 800;
	cr_graphic_template = 92;

	cr_abil_num 0 = 84; 
	cr_abil_level 0 = 0;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 30; 
	cr_abil_level 1 = 10;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;
	
	cr_resistances 7 = 25;
begindefinecreature 119; 
	import = 45;
	cr_name = "Shaper Shadow";
	cr_base_level = 1;
	cr_max_health = 1;
	cr_graphic_appearadj = 1;
	
	cr_abil_num 0 = -1; 
	cr_abil_num 1 = -1; 
	
begindefinecreature 120;// Turret
// base for all Turret imports
	import = 9;
	cr_name = "Turret";
	cr_graphic_template = 71;
	cr_max_health = 25;
	cr_max_energy = 0;
	cr_max_essence = 0;
	cr_regen_rate = 5;
	cr_walk_speed = 0;
	cr_base_level = 5;
	cr_creature_type = 3;
	cr_default_attitude = 4;	
	cr_default_script = "mobturret";
	cr_default_courage = 100;	
	cr_sound_when_slain = 149;
	cr_stain_when_slain = 6;

	cr_resistances 0 = 25;
	cr_resistances 7 = 50;

	cr_start_item 0 = 110;
	cr_start_item_chance 0 = 30;
	cr_start_item 1 = 110;
	cr_start_item_chance 1 = 30;

	cr_abil_num 0 = 50; // thorn attack
	cr_abil_level 0 = 0;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;

begindefinecreature 121;
	cr_name = "Venom Turret";
	cr_base_level = 8;
	cr_graphic_coloradj = 16;

	cr_start_item 0 = 111;
	cr_start_item 1 = 111;

	cr_resistances 4 = 100;
	
	cr_abil_num 0 = 52;

begindefinecreature 122;
	cr_name = "Burning Turret";
	cr_base_level = 12;
	cr_graphic_coloradj = 1;

	cr_resistances 4 = 0;
	cr_resistances 5 = 100;

	cr_start_item 0 = 112;
	cr_start_item 1 = 112;
	cr_start_item_chance 0 = 10;
	
	cr_abil_num 0 = 54;

begindefinecreature 123;
	cr_name = "Submission Turret";
	cr_base_level = 18;
	cr_graphic_coloradj = 17;

	cr_resistances 1 = 40;
	cr_resistances 5 = 50;

	cr_start_item 0 = 113;
	cr_start_item_chance 0 = 10;
	cr_start_item 1 = 113;
	cr_start_item_chance 1 = 25;
	
	cr_abil_num 0 = 56;

begindefinecreature 124;
	cr_name = "Reaper Turret";
	cr_base_level = 26;
	cr_graphic_coloradj = 0;
	cr_graphic_appearadj = 4;

	cr_start_item 0 = 114;
	cr_start_item_chance 0 = 10;
	cr_start_item 1 = 114;
	cr_start_item_chance 1 = 10;

	cr_resistances 1 = 0;
	cr_resistances 5 = 0;
	
	cr_abil_num 0 = 58;
	cr_abil_level 0 = 0;
	cr_abil_casting_sound 0 = 129;

begindefinecreature 125; // exploding plants
	import = 120; 
	cr_name = "Flaming Shrub";
	cr_graphic_coloradj = 2;
	cr_base_level = 22;
	cr_max_health = 120;
	cr_graphic_template = 90;
	cr_multiple_facings = 0;
	cr_stain_when_slain = 6;

	cr_resistances 2 = 100;

	cr_abil_num 0 = -1;
	cr_abil_num 1 = 164;
	cr_abil_level 1 = 6;
	
begindefinecreature 126;
	cr_name = "Spraying Shrub";
	cr_graphic_coloradj = 4;
	cr_max_health = 120;
	cr_graphic_template = 90;
	cr_multiple_facings = 0;

	cr_resistances 2 = 0;
	cr_resistances 6 = 100;

	cr_abil_num 1 = 162; 
begindefinecreature 127;
	cr_name = "Swamp Shrub";
	cr_base_level = 10;
	cr_max_health = 40;

	cr_abil_num 1 = 161;
	cr_abil_level 1 = 1;


begindefinecreature 129;
	import = 9;
	cr_name = "Scout";
	cr_graphic_template = 78; 
	cr_max_health = 20;
	cr_regen_rate = 4;
	cr_base_level = 7;
	cr_creature_type = 2;
	cr_default_attitude = 2;
	cr_default_courage = 75;

	cr_statistic 6 = 2;
	cr_statistic 7 = 2;

	cr_resistances 0 = 40;
	cr_resistances 1 = 25;
	cr_resistances 2 = 25;
	cr_resistances 6 = 25;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 65;
	cr_start_item_chance 1 = 20;
	cr_start_item 2 = 127;
	cr_start_item_chance 2 = 20;
	cr_start_item 3 = 110;
	cr_start_item_chance 3 = 20;
	cr_start_item 4 = 346;
	cr_start_item_chance 4 = 20;
	cr_start_item 5 = 220;
	cr_start_item_chance 5 = 20;
	
	cr_abil_num 0 = 2; 
	cr_abil_level 0 = 5;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
begindefinecreature 130;
	cr_name = "Fighter";
	cr_base_level = 14;
	cr_graphic_coloradj = 4;

begindefinecreature 131;// warrior (has thorns)
	cr_name = "Warrior";
	cr_base_level = 22;
	cr_regen_rate = 6;
	//cr_natural_armor = 15;
	cr_max_health = 50;
	cr_graphic_coloradj = 1;
	cr_default_strategy = 0;

	cr_statistic 6 = 5;
	cr_statistic 7 = 3;
	
	cr_abil_level 0 = 6;

	cr_abil_num 1 = 50; // thorns
	cr_abil_level 1 = 4;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;

	cr_start_item 0 = 3;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 66;
	cr_start_item 2 = 128;
	cr_start_item 3 = 111;
	cr_start_item 4 = 347;
	cr_start_item 5 = 224;
begindefinecreature 132;
	cr_name = "Elite Warrior";
	cr_max_health = 100;
	cr_base_level = 28;
	cr_graphic_template = 146; 
	cr_graphic_coloradj = 528;

	cr_abil_num 1 = -1; 

	cr_abil_level 0 = 8;

	cr_start_item 3 = 112;
	cr_start_item 5 = 226;
begindefinecreature 133;
	cr_name = "Blademaster";
	cr_max_health = 200;
	cr_base_level = 32;
	cr_default_strategy = 0;
	cr_graphic_template = 146; 
	cr_graphic_coloradj = 272;
	
	cr_abil_num 1 = -1; 
begindefinecreature 134;
	cr_name = "Guard";
	cr_base_level = 25;
	cr_default_script = "mobguard";
	cr_default_strategy = 1;
	cr_graphic_template = 78; 
	cr_graphic_coloradj = 258;

	cr_abil_num 0 = 2; // sword attack
	//cr_abil_level 0 = 1;
	
	cr_abil_num 1 = 54; // baton
	cr_abil_level 1 = 4;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	

begindefinecreature 135;
	import = 131;
	cr_name = "Scout";
	cr_graphic_template = 137; 
	cr_graphic_coloradj = 34;
	cr_base_level = 8;
	cr_default_strategy = 2;

	cr_abil_num 1 = 50; // thorns
	cr_abil_level 1 = 1;
begindefinecreature 136;
	cr_name = "Thornflinger";
	cr_base_level = 20;
	cr_graphic_template = 147; 
	cr_graphic_coloradj = 2;

	cr_abil_num 1 = 52; // thorns
	cr_abil_level 1 = 4;
begindefinecreature 137;
	cr_name = "Bennhold";
	cr_base_level = 32;
	cr_graphic_template = 142; 
	cr_graphic_coloradj = 16;
	cr_bonus_aps = 5;
	cr_regen_rate = 30;
	
	cr_abil_num 1 = 54; // thorns
	cr_abil_level 1 = 10;
	
begindefinecreature 139;// Specter
	import = 9;
	cr_name = "Shade";
	cr_graphic_template = 76;
	cr_max_health = 0;
	cr_regen_rate = 8;
	cr_base_level = 8;
	cr_creature_type = 4;
	cr_default_attitude = 4;
	cr_default_courage = 100;
	cr_graphic_appearadj = 1;
	cr_nimbleness = 10;
	cr_sound_when_slain = 168;
	cr_stain_when_slain = 3;
	cr_vert_adjust = -6;

	cr_statistic 2 = 4;

	cr_resistances 0 = 30;
	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	cr_resistances 6 = 100;
	cr_resistances 7 = 80;

	cr_start_item 0 = 181;
	cr_start_item_chance 0 = 2;
	cr_start_item 1 = 182;
	cr_start_item_chance 1 = 2;
	cr_start_item 2 = 360;
	cr_start_item_chance 2 = 2;
	cr_start_item 3 = 361;
	cr_start_item_chance 3 = 2;
	
	cr_abil_num 0 = 0; 
	cr_abil_level 0 = 1;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
	
begindefinecreature 140;// Specter
	cr_name = "Specter";

	cr_base_level = 12;

	cr_abil_num 0 = 82; 
	cr_abil_level 0 = 4;

begindefinecreature 141;// Specter
	cr_name = "Specter Sage";
	cr_graphic_coloradj = 16;
	cr_nimbleness = 25;
	cr_default_strategy = 3;
	cr_base_level = 16;

	cr_abil_num 1 = 64; // slow ray
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;

	cr_abil_num 2 = 62; // charm attack
	cr_abil_level 2 = 1;
	cr_abil_step_of_launch 2 = 8;
	cr_abil_anim_in_reverse 2 = 1;

begindefinecreature 142;
	import = 9;
	cr_name = "Warrior Specter";
	cr_graphic_template = 101;
	cr_base_level = 20;
	cr_nimbleness = 10;
	cr_default_strategy = 0;
	cr_graphic_coloradj = 256;
	cr_graphic_appearadj = 1;
	cr_default_attitude = 4;
	cr_sound_when_slain = 168;
	cr_stain_when_slain = 3;

	cr_abil_num 0 = 2; 
	cr_abil_level 0 = 0;

begindefinecreature 143;
	cr_name = "Icy Specter";
	cr_graphic_template = 76;
	cr_base_level = 25;
	cr_graphic_coloradj = 1024;
	
	cr_abil_num 0 = 84;
	cr_abil_num 1 = 17; // ice

	 
begindefinecreature 144;
	cr_name = "Infernal Specter";
	cr_graphic_template = 112;
	cr_regen_rate = 30;
	cr_graphic_coloradj = 272;
	
	cr_abil_num 0 = 85; 
	cr_abil_num 1 = 7; 

begindefinecreature 145;
	import = 141;
	cr_name = "Ghost";
	cr_base_level = 20;
	cr_graphic_template = 81;
	cr_abil_num 2 = 13; 
begindefinecreature 146;
	cr_graphic_template = 82;
	cr_abil_num 2 = 15; 
begindefinecreature 147;
	cr_graphic_template = 83;
	cr_abil_num 1 = 64; 
	cr_abil_num 2 = -1; 
begindefinecreature 148;
	cr_graphic_template = 84;
	cr_abil_num 1 = 160; 
	cr_abil_num 2 = -1; 
begindefinecreature 149;
	cr_name = "Shaper Shade";
	cr_graphic_template = 112;
	cr_abil_num 1 = 82; 
	cr_abil_num 2 = 196; 
	
begindefinecreature 150; // Battle Alpha
// base for all Battle Alpha imports
	import = 9;
	cr_name = "Battle Alpha";
	cr_graphic_template = 73;
	cr_max_health = 100;
	cr_regen_rate = 5;
	cr_base_level = 20;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 80;
	cr_sound_when_slain = 183;

	cr_statistic 0 = 2;
	
	cr_resistances 0 = 40;
	cr_resistances 2 = 20;
	cr_resistances 6 = 20;
	
	cr_abil_num 0 = 0; // punch attack
	cr_abil_level 0 = 7;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
begindefinecreature 151; // friendly
	cr_default_attitude = 2;
begindefinecreature 152; // hostile
	cr_name = "Battle Alpha";
	cr_base_level = 17;
	cr_default_attitude = 4;
	cr_max_health = 80;
	cr_graphic_coloradj = 256;

	cr_start_item 0 = 3;
	cr_start_item_chance 0 = 20;
	cr_start_item 1 = 220;
	cr_start_item_chance 1 = 7;
	cr_start_item 2 = 8;
	cr_start_item_chance 2 = 10;
	cr_start_item 3 = 8;
	cr_start_item_chance 3 = 10;

	cr_abil_level 0 = 5;

begindefinecreature 153; 
	cr_name = "Servant Golem";
	cr_graphic_coloradj = 128;

begindefinecreature 157; // hostile
	import = 150;
	cr_name = "Battle Beta";
	cr_graphic_coloradj = 1;
	cr_base_level = 26;
	cr_regen_rate = 8;
begindefinecreature 158; // hostile
	cr_name = "Battle Beta";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 17;

	cr_start_item 0 = 3;
	cr_start_item_chance 0 = 20;
	cr_start_item 1 = 65;
	cr_start_item_chance 1 = 7;
	cr_start_item 2 = 9;
	cr_start_item_chance 2 = 10;
	cr_start_item 3 = 9;
	cr_start_item_chance 3 = 10;

begindefinecreature 159; // hostile
	cr_name = "Battle Gamma";
	cr_base_level = 32;
	cr_graphic_appearadj = 4;
	cr_bonus_aps = 4;
	//cr_natural_armor = 40;

	cr_abil_level 0 = 9;

begindefinecreature 160; // Glaahk
// base for all Glaahk imports
	import = 9;
	cr_name = "Glaahk";
	cr_graphic_template = 75;
	cr_max_health = 40;
	cr_regen_rate = 6;
	cr_base_level = 20;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 85;
	cr_sound_when_slain = 185;

	cr_statistic 2 = 5;

	cr_resistances 0 = 30;
	cr_resistances 1 = 80;
	
	cr_abil_num 0 = 84; // stun attack
	cr_abil_level 0 = 10;
	cr_abil_step_of_launch 0 = 6;
	cr_abil_anim_in_reverse 0 = 1;
begindefinecreature 161; // friendly Glaahk
	cr_default_attitude = 2;
begindefinecreature 162; 
	cr_name = "Glaahk";
	cr_graphic_coloradj = 16;
	cr_default_attitude = 4;
	
	cr_start_item 0 = 424;
	cr_start_item_chance 0 = 1;
	cr_start_item 1 = 138;
	cr_start_item_chance 1 = 1;
	cr_start_item 2 = 9;
	cr_start_item_chance 2 = 10;

begindefinecreature 165; // Ur-Glaahk
	import = 160;
	cr_name = "Ur-Glaahk";
	cr_base_level = 30;
	cr_graphic_coloradj = 1;
begindefinecreature 166; 
	cr_name = "Ur-Glaahk";
	cr_graphic_coloradj = 17;
	cr_default_attitude = 4;

	cr_start_item 0 = 424;
	cr_start_item_chance 0 = 1;
	cr_start_item 1 = 138;
	cr_start_item_chance 1 = 1;
	cr_start_item 2 = 9;
	cr_start_item_chance 2 = 10;
	
begindefinecreature 169;// outsider mage
	import = 9;
	cr_name = "Apprentice Mage";
	cr_graphic_template = 77;
	cr_max_health = 20;
	cr_regen_rate = 5;
	cr_energy_regen_rate = 10;
	cr_base_level = 4;
	cr_creature_type = 2;
	cr_default_attitude = 4;
	cr_default_courage = 90;
	cr_default_strategy = 2;

	cr_start_item 0 = 4;
	cr_start_item_chance 0 = 25;
	cr_start_item 1 = 7;
	cr_start_item_chance 1 = 25;
	cr_start_item 2 = 95;
	cr_start_item_chance 2 = 2;
	cr_start_item 3 = 120;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 223;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 290;
	cr_start_item_chance 5 = 5;

	cr_resistances 1 = 40;
	cr_resistances 2 = 25;
	cr_resistances 5 = 20;
	cr_resistances 6 = 25;
	
	cr_abil_num 0 = 0; 
	cr_abil_level 0 = 1;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
	
	cr_abil_num 1 = 3; 
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;
begindefinecreature 170;// outsider mage
	cr_name = "Mage";
	cr_max_health = 50;
	cr_base_level = 24;
	cr_graphic_template = 142;
	cr_graphic_coloradj = 2;
	cr_sound_when_slain = 127;

	cr_resistances 1 = 80;
	cr_resistances 2 = 50;
	cr_resistances 5 = 40;
	cr_resistances 6 = 50;
	
	cr_abil_num 0 = 83; 
	cr_abil_level 0 = 10;
	cr_abil_num 1 = 5; 
	cr_abil_level 1 = 5;

begindefinecreature 171;// outsider mage friendly
	cr_default_attitude = 1;
	cr_graphic_template = 140;
	cr_graphic_coloradj = 0;
begindefinecreature 172;
	import = 170;
	cr_name = "Wizard";
	cr_base_level = 36;
	cr_graphic_coloradj = 256;
	cr_graphic_template = 77;
	cr_graphic_coloradj = 2;

	cr_abil_num 1 = 196;
	
	cr_abil_num 2 = 34; 
	cr_abil_level 2 = 1;
	cr_abil_step_of_launch 2 = 8;
	cr_abil_anim_in_reverse 2 = 1;

	cr_start_item 3 = 121;
	cr_start_item 5 = 291;

begindefinecreature 173;
	cr_name = "Researcher";
	cr_base_level = 30;
	cr_default_strategy = 3;
	cr_graphic_coloradj = 1;
	
	cr_abil_num 1 = 7; 
	
	cr_abil_num 2 = -1; 

begindefinecreature 174;
	cr_name = "Incantatrix";
	cr_default_strategy = 2;
	cr_graphic_coloradj = 1;
	cr_graphic_template = 155;
	cr_sound_when_slain = 106;
	
	cr_abil_num 1 = 30; 
	cr_abil_num 2 = 38; 

begindefinecreature 175; // patchwork
	import = 9;
	cr_name = "Assault Patchwork";
	cr_graphic_template = 99; 
	cr_max_health = 200;
	cr_max_energy = 250;
	cr_regen_rate = 15;
	cr_base_level = 25;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_sound_when_slain = 245; 
	cr_bonus_aps = 4;

	cr_resistances 7 = 50;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_casting_sound 0 = 102;

begindefinecreature 176;	
	cr_name = "Control Patchwork";
	cr_bonus_aps = 0;
	cr_graphic_coloradj = 1024;

	cr_abil_num 1 = 64; // 
	cr_abil_level 1 = 2;

	cr_abil_num 2 = 62; // 
	cr_abil_level 2 = 2;
	
begindefinecreature 177;	
	cr_name = "Shock Patchwork";
	cr_graphic_coloradj = 256;

	cr_abil_num 2 = -1; // 

begindefinecreature 178;	
	cr_name = "Support Patchwork";
	cr_graphic_coloradj = 512;

	cr_abil_num 1 = 37; // 
begindefinecreature 179; // patchwork
	import = 175;
	cr_name = "Patchwork Crusher";
	cr_base_level = 30;
	cr_graphic_coloradj = 1;
	
begindefinecreature 180;// Pylon
// base for all pylon imports
	import = 9;
	cr_name = "Pylon";
	cr_graphic_template = 74;
	cr_max_health = 30;
	cr_max_energy = 0;
	cr_max_essence = 0;
	cr_regen_rate = 8;
	cr_energy_regen_rate = 5;
	cr_walk_speed = 0;
	cr_base_level = 20;
	cr_creature_type = 3;
	cr_default_attitude = 4;	
	cr_default_script = "mobpylon";
	cr_default_courage = 100;	
	cr_graphic_appearadj = 2;
	cr_effect_when_slain = 63;
	cr_stain_when_slain = 2;
	cr_sound_when_slain = 135;
	cr_multiple_facings = 0;
	cr_bonus_aps = 4;

	cr_start_item 0 = 7;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 7;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 7;
	cr_start_item_chance 2 = 75;

	cr_resistances 0 = 60;
	cr_resistances 1 = 30;
	cr_resistances 2 = 70;
	cr_resistances 5 = 20;
	cr_resistances 6 = 90;
	cr_resistances 7 = 90;

	cr_abil_num 0 = 85; 
	cr_abil_level 0 = 5;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 5; // orbs attack
	cr_abil_level 1 = 10;
	cr_abil_step_of_launch 1 = 3;
	cr_abil_anim_in_reverse 1 = 1;

begindefinecreature 181;// Pylon
	cr_base_level = 30;
	cr_graphic_coloradj = 1;
	cr_max_health = 400;

	cr_abil_level 1 = 16;

begindefinecreature 182;// Pylon
	cr_name = "Energy Spire";
	cr_base_level = 10;
	cr_graphic_coloradj = 2;
	cr_bonus_aps = 0;

	cr_abil_level 0 = 3;
	cr_abil_level 1 = 3;

// spinecore
begindefinecreature 184;
// base for all Turret imports
	import = 9;
	cr_name = "Spinecore Bud";
	cr_graphic_template = 90;
	cr_multiple_facings = 0;
	cr_walk_speed = 0;
	cr_base_level = 1;
	cr_max_health = 30;
	cr_creature_type = 3;
	cr_default_attitude = 4;	
	cr_default_script = "mobnull";
	cr_sound_when_slain = 148;
	cr_stain_when_slain = 6;
begindefinecreature 183;
	cr_max_health = 80;

begindefinecreature 185;
	import = 120;
	cr_name = "Spinecore";
	cr_default_script = "mobspinecore";
	cr_base_level = 10;
	cr_bonus_aps = 2;
	cr_graphic_template = 89;
	cr_multiple_facings = 0;
	cr_max_health = 80;
	cr_stain_when_slain = 6;

	cr_resistances 0 = 30;
begindefinecreature 186;
	import = 121;
	cr_name = "Venomous Spinecore";
	cr_default_script = "mobspinecore";
	cr_base_level = 14;
	cr_bonus_aps = 2;
	cr_graphic_template = 89;
	cr_multiple_facings = 0;

	cr_resistances 4 = 100;

begindefinecreature 187;
	import = 122;
	cr_name = "Burning Spinecore";
	cr_default_script = "mobspinecore";
	cr_base_level = 18;
	cr_bonus_aps = 2;
	cr_graphic_template = 89;
	cr_multiple_facings = 0;

	cr_resistances 5 = 100;
begindefinecreature 188;
	import = 123;
	cr_name = "Stunning Spinecore";
	cr_default_script = "mobspinecore";
	cr_base_level = 22;
	cr_bonus_aps = 2;
	cr_graphic_template = 89;
	cr_multiple_facings = 0;

	cr_resistances 1 = 100;
	cr_resistances 4 = 0;
	cr_resistances 5 = 0;
begindefinecreature 189;
	import = 124;
	cr_name = "Reaper Spinecore";
	cr_default_script = "mobspinecore";
	cr_base_level = 26;
	cr_bonus_aps = 2;
	cr_graphic_template = 89;
	cr_multiple_facings = 0;

	cr_resistances 1 = 0;

begindefinecreature 190; // Drayk
// base for all Drayk imports
	import = 9;
	cr_name = "Drayk";
	cr_graphic_template = 79;
	cr_max_health = 60;
	cr_regen_rate = 8;
	cr_base_level = 24;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_default_strategy = 0;
	cr_missile_firing_height = -7;
	cr_sound_when_slain = 150;

	cr_resistances 0 = 40;
	cr_resistances 2 = 80;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 8;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 102;
	
	cr_abil_num 1 = 23; // fire attack
	cr_abil_level 1 = 2;
	cr_abil_step_of_launch 1 = 3;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_casting_sound 1 = 115;
begindefinecreature 191; // friendly
	cr_default_attitude = 2;
	cr_max_health = 120;
begindefinecreature 192; // hostile
	cr_name = "Drayk";
	cr_default_attitude = 4;	
	cr_graphic_coloradj = 256;

	cr_abil_level 0 = 12;
	cr_abil_level 1 = 10;
	
	cr_start_item 0 = 4;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 2;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 3;
	cr_start_item_chance 2 = 50;
	cr_start_item 3 = 421;
	cr_start_item_chance 3 = 1;
	cr_start_item 4 = 9;
	cr_start_item_chance 4 = 50;

begindefinecreature 195; // cryodrayk
	import = 190;
	cr_name = "Cryodrayk";
	cr_base_level = 28;
	cr_default_strategy = 1;
	cr_regen_rate = 10;
	cr_graphic_coloradj = 2;
	cr_stain_when_slain = 5;

	cr_abil_num 1 = 17; // ice attack
	cr_abil_level 1 = 8;

	cr_resistances 2 = 20;
	cr_resistances 6 = 80;
begindefinecreature 196; // cryodrayk
	cr_name = "Cryodrayk";
	cr_default_attitude = 4;	
	cr_graphic_coloradj = 18;
	cr_bonus_aps = 4;

	cr_start_item 0 = 4;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 2;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 3;
	cr_start_item_chance 2 = 50;
	cr_start_item 3 = 421;
	cr_start_item_chance 3 = 1;
	cr_start_item 4 = 9;
	cr_start_item_chance 4 = 50;

begindefinecreature 200; 
	import = 9;
	cr_name = "Rat";
	cr_graphic_template = 80;
	cr_max_health = 5;
	cr_regen_rate = 2;
	cr_base_level = 1;
	cr_creature_type = 0;
	cr_default_attitude = 4;
	cr_default_courage = 70;
	cr_sound_when_slain = 186;

	cr_start_item 0 = 8;
	cr_start_item_chance 0 = 10;
	
	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 1;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_casting_sound 0 = 12;
begindefinecreature 201; 
	cr_name = "Giant Rat";
	cr_base_level = 3;
begindefinecreature 202; 
	cr_name = "Fierce Rat";
	cr_base_level = 9;
	cr_graphic_coloradj = 16;
begindefinecreature 203; 
	cr_name = "Experimental Rat";
	cr_base_level = 20;
	cr_graphic_coloradj = 18;
begindefinecreature 204; 
	cr_name = "Rabid Rat";
	cr_base_level = 14;
	cr_graphic_coloradj = 17;
	cr_abil_num 0 = 81; // poison bite attack

	cr_start_item 0 = 9;
	cr_start_item_chance 0 = 10;
begindefinecreature 205; 
	cr_name = "Brain Rat";
	cr_base_level = 18;
	cr_default_strategy = 2;
	cr_graphic_coloradj = 20;

	cr_abil_num 1 = 172; 
	cr_abil_level 1 = 30;
	cr_abil_step_of_launch 1 = 8;
	cr_abil_anim_in_reverse 1 = 1;

begindefinecreature 206;
	import = 200; 
	cr_name = "Swamp Rat";
	cr_base_level = 15;
	cr_default_strategy = 0;
	cr_graphic_coloradj = 512;

	cr_abil_num 0 = 81; // poison bite attack

begindefinecreature 207; 
	import = 203;
	cr_name = "Pulsating Rat";
	cr_base_level = 20;
	cr_graphic_coloradj = 18;
	cr_effect_when_slain = 84;
	
	cr_abil_level 0 = 12;

begindefinecreature 208; 
	import = 9;
	cr_name = "Townsman";
	cr_graphic_template = 68;
	cr_max_health = 25;
	cr_base_level = 1;
	cr_default_attitude = 2;
	cr_default_courage = 40;
	cr_sound_when_slain = 127;
	
	cr_abil_num 0 = 0; // punch attack
	cr_abil_level 0 = 4;
	cr_abil_step_of_launch 0 = 3;
	//cr_abil_anim_in_reverse 0 = 0;
begindefinecreature 209; 
	cr_name = "Townswoman";
	cr_graphic_template = 69;
	cr_sound_when_slain = 106;
begindefinecreature 210; 
	cr_name = "Townsman";
	cr_graphic_template = 81;
	cr_sound_when_slain = 127;
begindefinecreature 211; 
	cr_graphic_template = 83;
begindefinecreature 212; 
	cr_name = "Townswoman";
	cr_graphic_template = 82;
	cr_sound_when_slain = 106;
begindefinecreature 213; 
	cr_graphic_template = 84;

begindefinecreature 215; 
	import = 9;
	cr_name = "Golem";
	cr_base_level = 24;
	cr_graphic_template = 87;
	//cr_natural_armor = 20;
	cr_max_health = 100;
	cr_stain_when_slain = 2;
	//cr_natural_armor = 30;
	cr_sound_when_slain = 187;
	cr_default_courage = 100;
	cr_bonus_aps = 0;
	cr_creature_type = 3;

	cr_resistances 0 = 50;
	cr_resistances 1 = 40;
	cr_resistances 2 = 70;
	cr_resistances 4 = 100;
	cr_resistances 6 = 90;
	cr_resistances 7 = 100;

	cr_start_item 0 = 5;
	cr_start_item_chance 0 = 25;
	cr_start_item 1 = 6;
	cr_start_item_chance 1 = 25;
	cr_start_item 2 = 7;
	cr_start_item_chance 2 = 25;
	cr_start_item 3 = 5;
	cr_start_item_chance 3 = 25;
	cr_start_item 4 = 6;
	cr_start_item_chance 4 = 25;
	cr_start_item 5 = 7;
	cr_start_item_chance 5 = 25;
	
	cr_abil_num 0 = 0; // punch attack
	cr_abil_level 0 = 10;
	cr_abil_step_of_launch 0 = 6;
	cr_abil_anim_in_reverse 0 = 1;

begindefinecreature 216; 
	cr_name = "Servant Golem";
	cr_max_health = 200;
	cr_graphic_coloradj = 1024;

begindefinecreature 217; 
	cr_name = "Bound Golem";
	cr_base_level = 25;
	cr_max_health = 50;
	cr_graphic_coloradj = 272;
	cr_graphic_appearadj = 2;
	cr_bonus_aps = 0;
	
	cr_statistic 6 = 1;
	cr_statistic 7 = 1;

begindefinecreature 219;
	import = 1;
	cr_base_level = 24;
	cr_name = "Shaper Monarch";
	cr_graphic_coloradj = 272;
	cr_max_health = 1200;

	cr_abil_num 0 = 82;
	cr_abil_level 0 = 12;

	cr_abil_num 1 = 7; 
	
begindefinecreature 220; // Drakon
// base for all Drakon imports
	import = 9;
	cr_name = "Drakon";
	cr_graphic_template = 85;
	cr_max_health = 300;
	cr_max_energy = 500;
	cr_regen_rate = 25;
	cr_base_level = 32;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 92;
	cr_default_strategy = 1;
	cr_sound_when_slain = 143;
	
	//cr_statistic 6 = 8;
	//cr_statistic 7 = 3;

	cr_resistances 0 = 40;
	cr_resistances 2 = 70;
	cr_resistances 7 = 75;

	cr_abil_num 0 = 1; 
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_level 0 = 13;
	cr_abil_casting_sound 0 = 18;
	
	cr_abil_num 1 = 23; 
	cr_abil_level 1 = 13;
	cr_abil_step_of_launch 1 = 3;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_casting_sound 1 = 157;
begindefinecreature 221; // friendly
	cr_default_attitude = 2;
begindefinecreature 222; // hostile
	cr_name = "Drakon";
	cr_graphic_coloradj = 256;
	cr_default_attitude = 4;
	cr_bonus_aps = 4;

	cr_start_item 0 = 4;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 2;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 3;
	cr_start_item_chance 2 = 50;
	cr_start_item 3 = 422;
	cr_start_item_chance 3 = 1;
	cr_start_item 4 = 9;
	cr_start_item_chance 4 = 50;

	cr_abil_level 1 = 4;

begindefinecreature 223; 
	import = 220;
	cr_name = "Ur-Drakon";
	cr_default_attitude = 1;
	cr_base_level = 35;
	cr_graphic_coloradj = 4;
	cr_default_courage = 100;
	cr_sound_when_slain = 142;

	cr_statistic 0 = 7;

	cr_resistances 1 = 70;

	cr_abil_num 1 = 24; 

begindefinecreature 224; 
	cr_name = "Ur-Drakon";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 260;
	cr_bonus_aps = 4;

	cr_start_item 0 = 4;
	cr_start_item_chance 0 = 75;
	cr_start_item 1 = 2;
	cr_start_item_chance 1 = 75;
	cr_start_item 2 = 3;
	cr_start_item_chance 2 = 50;
	cr_start_item 3 = 422;
	cr_start_item_chance 3 = 1;
	cr_start_item 4 = 9;
	cr_start_item_chance 4 = 50;

	cr_abil_level 1 = 4;

begindefinecreature 225; 
	import = 220;
	cr_name = "Unbound One";
	cr_default_attitude = 4;
	cr_base_level = 40;
	cr_graphic_coloradj = 64;
	cr_default_courage = 100;
	cr_max_health = 900;
	cr_bonus_aps = 4;
	cr_sound_when_slain = 142;

	cr_statistic 0 = 7;

	cr_abil_num 1 = 197; 
	cr_abil_level 1 = 8;
	
	cr_abil_num 2 = 198; 
	cr_abil_level 2 = 8;
	cr_abil_step_of_launch 2 = 3;
	cr_abil_anim_in_reverse 2 = 1;
	cr_abil_casting_sound 2 = 157;

begindefinecreature 226; // Gazer
// base for all Gazer imports
	import = 9;
	cr_name = "Gazer";
	cr_graphic_template = 86;
	cr_max_health = 180;
	cr_max_energy = 500;
	cr_regen_rate = 15;
	cr_base_level = 32;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_default_strategy = 2;
	cr_sound_when_slain = 130;
	cr_stain_when_slain = 1;

	cr_statistic 2 = 10;
	cr_statistic 7 = 3;
	cr_statistic 22 = 10;

	cr_resistances 1 = 80;
	cr_resistances 2 = 50;
	cr_resistances 6 = 50;
	cr_resistances 7 = 75;
	
	cr_abil_num 0 = 85;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_level 0 = 16;
	
	cr_abil_num 1 = 166;
	cr_abil_step_of_launch 1 = 3;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_level 1 = 10;

	cr_abil_num 2 = 170;
	cr_abil_step_of_launch 2 = 3;
	cr_abil_anim_in_reverse 2 = 1;
	cr_abil_level 2 = 25;
begindefinecreature 227; // friendly
	cr_default_attitude = 2;
begindefinecreature 228; // hostile
	cr_name = "Gazer";
	cr_graphic_coloradj = 16;
	cr_default_attitude = 4;

	cr_start_item 0 = 425;
	cr_start_item_chance 0 = 1;
begindefinecreature 229; 
	import = 226;
	cr_name = "Eyebeast";
	cr_default_attitude = 1;
	cr_base_level = 38;
	cr_max_health = 300;
	cr_graphic_coloradj = 4;
		
	cr_abil_num 1 = 164; 
	cr_abil_level 1 = 1;

	cr_abil_num 2 = 191;
	cr_abil_level 2 = 40;

	
begindefinecreature 230; 
	cr_name = "Eyebeast";
	cr_graphic_coloradj = 256;
	cr_default_attitude = 4;

	cr_start_item 0 = 425;
	cr_start_item_chance 0 = 1;

begindefinecreature 232; // Rotghroth
// base for all Rotghroth imports
	import = 9;
	cr_name = "Rotghroth";
	cr_graphic_template = 88;
	cr_max_health = 250;
	cr_regen_rate = 12;
	cr_base_level = 28;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 95;
	cr_sound_when_slain = 185;
	cr_stain_when_slain = 4;

	cr_statistic 0 = 5;
	cr_statistic 1 = 5;
	cr_statistic 6 = 6;
	cr_statistic 7 = 3;

	cr_resistances 0 = 50;
	cr_resistances 4 = 80;
	cr_resistances 5 = 100;
	cr_resistances 7 = 25;
	
	cr_abil_num 0 = 83;
	cr_abil_step_of_launch 0 = 3;
	cr_abil_anim_in_reverse 0 = 1;
	cr_abil_level 0 = 14;

begindefinecreature 233; // friendly
	cr_default_attitude = 2;
begindefinecreature 234; // hostile
	cr_name = "Rotghroth";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 256;
	cr_base_level = 25;

	cr_start_item 0 = 427;
	cr_start_item_chance 0 = 1;
begindefinecreature 235; 
	import = 232;
	cr_name = "Corrupted Rotghroth";
	cr_base_level = 37;
	cr_graphic_coloradj = 2;
	cr_max_health = 100;
	cr_effect_when_slain = 92;

	cr_abil_level 0 = 18;
begindefinecreature 236; 
	import = 234;
	cr_name = "Rotdhizon";
	cr_base_level = 34;
	cr_max_health = 400;
	cr_graphic_coloradj = 4;
	cr_default_attitude = 4;
	cr_effect_when_slain = 91;
	cr_bonus_aps = 4;

	cr_abil_level 0 = 20;

	cr_start_item 0 = 427;
	cr_start_item_chance 0 = 1;

begindefinecreature 237; // special for zone 48
	import = 234;
	cr_base_level = 32;
	cr_regen_rate = 0;
	
begindefinecreature 238; // Kyshakk
// base for all Kyshakk imports
	import = 9;
	cr_name = "Kyshakk";
	cr_graphic_template = 96;
	cr_max_health = 400;
	cr_max_energy = 500;
	cr_regen_rate = 12;
	cr_base_level = 25;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 90;
	cr_sound_when_slain = 143;
	cr_default_strategy = 1;

	cr_resistances 0 = 30;
	cr_resistances 1 = 50;
	cr_resistances 7 = 25;

	cr_abil_num 0 = 1; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 196; // essence lances
	cr_abil_level 1 = 1;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	
	cr_abil_casting_sound 1 = 144;
begindefinecreature 239; // friendly
	cr_default_attitude = 2;
begindefinecreature 240; // hostile
	cr_name = "Kyshakk";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 256;
	cr_effect_when_slain = 62;
	
begindefinecreature 241; // creation
	import = 238;
	cr_name = "Burning Kyshakk";
	cr_max_health = 100;
	cr_graphic_coloradj = 4;
	cr_effect_when_slain = 63;
	cr_base_level = 28;
	
	cr_abil_level 1 = 10;
begindefinecreature 242; // 
	cr_name = "Exploding Kyshakk";
	cr_max_health = 0;
	cr_effect_when_slain = 64;
	cr_graphic_coloradj = 2;
	cr_default_strategy = 0;
	
	cr_abil_level 1 = 2;

begindefinecreature 244; // War Trall
// base for all War Trall imports
	import = 9;
	cr_name = "War Trall";
	cr_graphic_template = 95; 
	cr_max_health = 400;
	cr_regen_rate = 20;
	cr_base_level = 32;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 100;
	cr_sound_when_slain = 142;
	cr_stain_when_slain = 0; 
	cr_default_strategy = 1;

	cr_resistances 0 = 30;
	cr_resistances 1 = 40;
	cr_resistances 2 = 40;
	cr_resistances 6 = 40;
	cr_resistances 7 = 40;

	cr_abil_num 0 = 0; // punch attack
	cr_abil_level 0 = 10;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 21; // rock
	cr_abil_level 1 = 15;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	

begindefinecreature 245; // friendly
	cr_default_attitude = 2;
begindefinecreature 246; // hostile
	cr_name = "War Trall";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 256;
	cr_base_level = 30;
	cr_max_health = 300;
	cr_effect_when_slain = 62;

	cr_resistances 1 = 0;
	
	cr_abil_level 1 = 2;

begindefinecreature 247; // creation
	import = 244;
	cr_name = "Shock Trall";
	cr_base_level = 33;
	cr_bonus_aps = 4;
	cr_max_health = 50;
	cr_graphic_coloradj = 2; 

	cr_abil_num 1 = 22; // stun rock

begindefinecreature 249; // hostile
	cr_name = "Shock Trall";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 18;
	cr_effect_when_slain = 62;

begindefinecreature 250; // hostile
	import = 246;
	cr_name = "Rock Trall Sentinel";
	cr_graphic_coloradj = 128;
	cr_base_level = 30;

begindefinecreature 251; // Wingbolt
// base for all Wingbolt imports
	import = 9;
	cr_name = "Wingbolt";
	cr_graphic_template = 97; 
	cr_max_health = 75;
	cr_max_energy = 600;
	cr_regen_rate = 20;
	cr_base_level = 24;
	cr_creature_type = 1;
	cr_default_attitude = 1;
	cr_default_courage = 100;
	cr_sound_when_slain = 144; 
	cr_stain_when_slain = 6; 
	cr_default_strategy = 2;
	cr_graphic_coloradj = 4;

	cr_resistances 0 = 40;
	cr_resistances 1 = 80;
	cr_resistances 7 = 25;

	cr_abil_num 0 = 81; // bite attack
	cr_abil_level 0 = 2;
	cr_abil_step_of_launch 0 = 8;
	cr_abil_anim_in_reverse 0 = 1;

	cr_abil_num 1 = 166; // shock ray
	cr_abil_level 1 = 2;
	cr_abil_step_of_launch 1 = 7;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_time_per_step 1 = 1;	
	cr_abil_casting_sound 1 = 202; 
begindefinecreature 252; // friendly
	cr_default_attitude = 2;
	cr_base_level = 28;

	cr_abil_level 1 = 2;
begindefinecreature 253; // hostile
	cr_name = "Wingbolt";
	cr_default_attitude = 4;
	cr_graphic_coloradj = 256;
	cr_effect_when_slain = 61;
	cr_graphic_coloradj = 20;
begindefinecreature 254; // creation
	import = 251;
	cr_name = "Unstable Firebolt";
	//cr_effect_when_slain = 53;
	cr_bonus_aps = 4;
	cr_graphic_coloradj = 0;

	cr_abil_num 1 = 195; // fire poof
	cr_abil_level 1 = 2;
	cr_abil_step_of_launch 1 = 3;
	cr_abil_anim_in_reverse 1 = 1;
	cr_abil_casting_sound 1 = 157;


// ITEM TYPES

begindefineitem 0;
// basic import item, clears values
	it_graphic_template = 50;

// money
begindefineitem 1;
	it_name = "Coins";
	it_graphic_template = 50;
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 0;
	it_variety = 14;
	it_charges = 5;
	it_value = 1;
	it_weight = 1;
begindefineitem 2;
	it_charges = 20;
	it_which_icon_ground = 1;	
	it_which_icon_inven = 1;
begindefineitem 3;
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 15;	
	it_which_icon_inven = 15;
	it_charges = 50;

begindefineitem 4;
	it_name = "Gemstone";
	it_variety = 11;
	it_graphic_template = 50;
	it_graphic_sheet = 2;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 8;
	it_charges = 1;
	it_value = 200;
	it_extra_description = 8;

begindefineitem 5;
	import = 0;
	it_name = "Flawed Crystal";
	it_graphic_sheet = 3;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_variety = 11;
	it_weight = 20;
	it_charges = 1;
	it_value = 20;
begindefineitem 6;
	it_name = "Lovely Crystal";
	it_value = 40;
	it_graphic_coloradj = 2;
begindefineitem 7;
	it_name = "Beautiful Crystal";
	it_value = 80;
	it_graphic_coloradj = 4;

begindefineitem 8;
	it_name = "Animal Skin";
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 5;	
	it_which_icon_inven = 6;
	it_weight = 25;
	it_value = 40;
	it_graphic_coloradj = 0;
begindefineitem 9;
	it_name = "Fine Skin";
	it_value = 160;
	it_graphic_coloradj = 16;
	
// robes

begindefineitem 10;
// Imported for all cloaks
	import = 0;
	it_name = "Cloak";
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 1;
	it_protection = 2;
	it_value = 5;
	it_weight = 20;
	it_can_augment = 1;
begindefineitem 11;
	it_name = "Fine Cloak";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 3;
	it_value = 20;
	it_graphic_coloradj = 256;
begindefineitem 12;
	it_name = "Coated Cloak";
	it_graphic_coloradj = 512;
	it_protection = 4;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 5;
	it_value = 200;
begindefineitem 13;
	it_name = "Polar Fur Cloak";
	it_graphic_coloradj = 1024;
	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 5;
begindefineitem 14;
	import = 10;
	it_name = "Fyoraskin Cloak";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_coloradj = 256;
	it_protection = 5;
	it_value = 400;
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 5;

begindefineitem 15;
	import = 10;
	it_name = "Infiltrator Cloak";
	it_graphic_coloradj = 128;
	it_value = 500;
	it_stats_to_affect 0 = 20;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 21;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 215;
	it_stats_addition 2 = 1;
begindefineitem 16;
	import = 11;
	it_name = "Ratskin Shawl";
	it_graphic_coloradj = 512;
	it_protection = 5;
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 10;
	it_value = 700;
begindefineitem 17;
	it_name = "Shaped Fiber Cloak";
	it_graphic_coloradj = 16;
	it_value = 800;
	it_protection = 6;
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = 1;

begindefineitem 18;
	import = 10;
	it_name = "Deadeye Cloak";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 800;
	it_protection = 3;
	it_stats_to_affect 0 = 5;
	it_stats_addition 0 = 2;
begindefineitem 19;
	it_name = "Flamecaster's Shawl";
	it_graphic_coloradj = 16;
	it_value = 1000;
	it_protection = 3;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 2;
begindefineitem 20;
	it_name = "Essence-Infused Cape";
	it_value = 1500;
	it_protection = 8;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 2;
	it_graphic_coloradj = 1;
begindefineitem 21;
	import = 10;
	it_name = "Agent Cloak";
	it_graphic_coloradj = 4;
	it_protection = 4;
	it_value = 2000;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 10;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 11;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 12;
	it_stats_addition 3 = 1;
	it_extra_description = -1;
begindefineitem 22;
	import = 10;
	it_name = "Guardian Cloak";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_coloradj = 2;
	it_protection = 8;
	it_value = 2000;
	it_stats_to_affect 0 = 4;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 5;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 6;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 7;
	it_stats_addition 3 = 1;
	it_extra_description = -1;
	
begindefineitem 23;
	import = 10;
	it_name = "Symbiotic Cloak";
	it_graphic_coloradj = 4;
	it_protection = 8;
	it_value = 2000;
	it_stats_to_affect 0 = 3;
	it_stats_addition 0 = 2;
	it_pet_stats_to_affect 0 = 3;
	it_pet_stats_addition 0 = 1;
	
begindefineitem 24;
	it_name = "Drakonskin Cloak";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_coloradj = 1;
	it_value = 5000;
	it_protection = 12;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 8;

// tunic/chest armor

begindefineitem 25;
// Imported for all robes
	import = 0;
	it_name = "Robe";
	it_graphic_sheet = 0;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_variety = 2;
	it_protection = 6;
	it_value = 10;
	it_weight = 50;
	it_can_augment = 1;
	it_extra_description = 9;
begindefineitem 26;
	it_name = "Grounded Robe";
	it_graphic_coloradj = 1;
	it_value = 200;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 5;
begindefineitem 27;
	it_name = "Spidersilk Robe";
	it_graphic_coloradj = 2;
	it_protection = 14;
	it_value = 400;
begindefineitem 28;
	it_name = "Preservation Suit";
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_protection = 10;
	it_value = 1000;
	it_stats_to_affect 0 = 214;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 210;
	it_stats_addition 1 = 6;

begindefineitem 29;
	import = 25;
	it_name = "Shaper Robe";
	it_protection = 12;
	it_value = 2000;
	it_stats_to_affect 0 = 15;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 16;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 17;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 18;
	it_stats_addition 3 = 1;
	it_extra_description = -1;
	it_graphic_coloradj = 256;

begindefineitem 30;
	it_name = "Specter Robe";
	it_value = 2000;
	it_protection = 15;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 15;
	it_stats_to_affect 3 = 206;
	it_stats_addition 3 = -10;
	it_pet_stats_to_affect 0 = 210;
	it_pet_stats_addition 0 = 10;
	it_extra_description = -1;
	it_graphic_coloradj = 1024;
	
begindefineitem 31;
	import = 28;
	it_name = "Stability Suit";
	it_protection = 16;
	it_value = 2500;
	it_stats_to_affect 0 = 201;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 25;

	it_extra_description = -1;
	it_graphic_coloradj = 128;

begindefineitem 32;
	it_name = "Transference Suit";
	it_graphic_coloradj = 2;
	it_value = 3000;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = -1;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = -1;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 2;
	it_pet_stats_to_affect 2 = 3;
	it_pet_stats_addition 2 = 2;
	it_pet_stats_to_affect 3 = 200;
	it_pet_stats_addition 3 = 8;
	
begindefineitem 34;
// Imported for all armor
	import = 0;
	it_name = "Tunic";
	it_graphic_sheet = 0;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_variety = 2;
	it_protection = 4;
	it_value = 5;
	it_weight = 20;
	it_can_augment = 1;
begindefineitem 35;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
	
begindefineitem 36;
	it_name = "Chitin Armor";
	it_graphic_sheet = 0;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_protection = 10;
	it_value = 20;
	it_weight = 100;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 10;

begindefineitem 37;
	it_name = "Chainmail Vest";
	it_graphic_sheet = 1;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
	it_protection = 15;
	it_value = 200;
	it_weight = 125;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -1;
	
begindefineitem 38;
	it_name = "Heavy Chitin Armor";
	it_graphic_sheet = 0;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_coloradj = 16;
	it_protection = 19;
	it_value = 300;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 20;
	
begindefineitem 39;
	it_name = "Iron Breastplate";
	it_graphic_sheet = 0;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_protection = 23;
	it_value = 500;
	it_weight = 150;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 25;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -2;
	
begindefineitem 40;
	it_name = "Steel Breastplate";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_protection = 28;
	it_value = 750;
	it_weight = 180;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 30;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -3;

begindefineitem 41;
	it_name = "Shaped Breastplate";
	it_graphic_template = 50;
	it_graphic_sheet = 1;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_protection = 34;
	it_weight = 200;
	it_value = 1500;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 35;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -4;
begindefineitem 42;
	it_name = "Puresteel Plate";
	it_graphic_coloradj = 4;
	it_protection = 44;
	it_value = 4000;
	it_weight = 140;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 40;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -2;
begindefineitem 43;
	import = 36;
	it_name = "Vat Chitin";
	it_graphic_coloradj = 512;
	it_protection = 12;
	it_value = 200;
	it_stats_to_affect 1 = 207;
	it_stats_addition 1 = 12;
	it_stats_to_affect 2 = 208;
	it_stats_addition 2 = 12;
begindefineitem 44;
	it_name = "Coated Chitin";
	it_protection = 12;
	it_value = 250;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 13;
	it_stats_to_affect 2 = 212;
	it_stats_addition 2 = -3;
	it_graphic_coloradj = 256;

begindefineitem 45;
	it_name = "Emberrune Chitin";
	it_graphic_coloradj = 1024;
	it_protection = 13;
	it_value = 300;
	it_stats_to_affect 1 = 212;
	it_stats_to_affect 2 = 206;
begindefineitem 46;
	import = 34;
	it_name = "Thahdskin Tunic";
	it_graphic_coloradj = 4;
	it_protection = 10;
	it_value = 400;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = 1;
begindefineitem 47;
	import = 37;
	it_name = "Venom Chainmail";
	it_value = 500;
	it_protection = 16;
	it_stats_to_affect 2 = 213;
	it_stats_addition 2 = 10;
	it_graphic_coloradj = 512;
begindefineitem 48;
	import = 34;
	it_name = "Infiltrator Tunic";
	it_graphic_coloradj = 1;
	it_value = 600;
	it_protection = 8;
	it_stats_to_affect 0 = 20;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 21;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 215;
	it_stats_addition 2 = 1;

begindefineitem 49;
	import = 37;
	it_name = "Crystal-Woven Chain";
	it_value = 700;
	it_protection = 16;
	it_stats_to_affect 2 = 12;
	it_stats_addition 2 = 1;
	it_graphic_coloradj = 1;
begindefineitem 50;
	import = 36;
	it_name = "Quicksilver Chitin";
	it_graphic_coloradj = 128;
	it_value = 800;
	it_stats_to_affect 2 = 201;
	it_stats_addition 2 = 1;

begindefineitem 51;
	import = 39;
	it_name = "Fibrous Breastplate";
	it_graphic_coloradj = 1;
	it_value = 1000;
	it_protection = 24;
	it_stats_to_affect 2 = 205;
	it_stats_addition 2 = 12;
	it_stats_to_affect 3 = 212;
	it_stats_addition 3 = 10;
begindefineitem 52;
	it_name = "Farsight Breastplate";
	it_graphic_coloradj = 2;
	it_value = 1200;
	it_stats_to_affect 2 = 5;
	it_stats_addition 2 = 3;
	it_stats_to_affect 3 = 205;
	it_stats_addition 3 = 5;

begindefineitem 53;
	import = 37;
	it_name = "Quicksilver Chain";
	it_graphic_coloradj = 1024;
	it_value = 1600;
	it_stats_to_affect 2 = 201;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 12;
	it_stats_addition 3 = -2;

begindefineitem 54;
	import = 39;
	it_name = "Vampiric Breastplate";
	it_graphic_coloradj = 4;
	it_value = 2000;
	it_stats_to_affect 2 = 217;
	it_stats_addition 2 = 10;
begindefineitem 55;
	import = 41;
	it_name = "Quicksilver Plate";
	it_value = 3000;
	it_stats_to_affect 2 = 201;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 1;
	it_stats_addition 3 = 1;
	it_graphic_coloradj = 1024;

begindefineitem 56;
	import = 38;
	it_name = "Essence Chitin";
	it_value = 3000;
	it_protection = 22;
	it_stats_to_affect 0 = 15;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 16;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 17;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 214;
	it_stats_addition 3 = 5;
	it_graphic_coloradj = 4;

begindefineitem 57;
	import = 41;
	it_name = "Grounding Plate";
	it_value = 3000;
	it_stats_to_affect 2 = 205;
	it_stats_addition 2 = 20;
	it_pet_stats_to_affect 0 = 205;
	it_pet_stats_addition 0 = 20;
	it_pet_stats_to_affect 1 = 211;
	it_pet_stats_addition 1 = 20;
	it_graphic_coloradj = 1024;

begindefineitem 58;
	import = 42;
	it_name = "Drakonian Plate";
	it_graphic_coloradj = 64;
	it_value = 5000;
	it_protection = 34;
	it_stats_to_affect 2 = 217;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 212;
	it_stats_addition 3 = 15;

begindefineitem 59;
	import = 34;
	it_name = "Shaper Trueweave";
	it_graphic_coloradj = 64;
	it_value = 6000;
	it_protection = 20;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 2;
	it_pet_stats_to_affect 2 = 204;
	it_pet_stats_addition 2 = 10;

// melee weapons
begindefineitem 60;
	import = 0;
	it_name = "Stick";
	it_graphic_sheet = 0;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_variety = 3;
	it_ability = 0;
	it_level = 1;
	it_value = 0;
	it_weight = 20;	

begindefineitem 61;
	// imported for blades
	it_name = "Dagger";
	it_graphic_template = 51;
	it_graphic_sheet = 4;
	it_which_icon_ground = 0;
	it_which_icon_inven = 1;
	it_ability = 2;
	it_level = 2;
	it_value = 20;
	it_weight = 40;	
	it_can_augment = 1;

begindefineitem 62;
	it_name = "Steel Dagger";
	it_graphic_sheet = 3;
	it_which_icon_ground = 15;
	it_which_icon_inven = 14;
	it_level = 4;
	it_value = 40;
	
begindefineitem 63;
	it_name = "Bronze Shortsword";
	it_graphic_sheet = 4;
	it_which_icon_ground = 5;
	it_which_icon_inven = 4;
	it_level = 6;
	it_value = 75;
	it_weight = 60;	
	
begindefineitem 64;
	it_name = "Iron Shortsword";
	it_which_icon_ground = 2;
	it_which_icon_inven = 3;
	it_level = 8;
	it_value = 120;
	
begindefineitem 65;
	it_name = "Iron Broadsword";
	it_which_icon_ground = 5;
	it_which_icon_inven = 6;
	it_ability = 90;
	it_level = 8;
	it_value = 200;
	it_weight = 60;	

begindefineitem 66;
	it_name = "Steel Broadsword";
	it_graphic_sheet = 3;
	it_which_icon_ground = 12;
	it_which_icon_inven = 13;
	it_level = 11;
	it_value = 500;

begindefineitem 67;
	it_name = "Shaped Blade";
	it_graphic_sheet = 4;
	it_which_icon_ground = 13;
	it_which_icon_inven = 12;
	it_weight = 70;	
	it_level = 14;
	it_value = 1000;

begindefineitem 68;
	it_name = "Puresteel Blade";
	it_graphic_template = 50;
	it_graphic_sheet = 7;
	it_which_icon_ground = 9;
	it_which_icon_inven = 8;
	it_weight = 25;	
	it_level = 25;
	it_value = 2500;

begindefineitem 69;
	import = 63;
	it_name = "Stunning Blade";
	it_graphic_coloradj = 256;
	it_value = 250;
	it_ability = 91;
	
begindefineitem 70;
	import = 62;
	it_name = "Shielding Knife";
	it_graphic_coloradj = 256;
	it_value = 300;
	it_protection = 6;

begindefineitem 71;
	it_name = "Living Knife";
	it_graphic_coloradj = 512;
	it_protection = 4;
	it_value = 500;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 1;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 1;
begindefineitem 72;
	it_name = "Captain's Shiv";
	it_graphic_coloradj = 1024;
	it_value = 700;
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 2;
	it_pet_stats_to_affect 0 = 200;
	it_pet_stats_addition 0 = 8;

begindefineitem 73;
	import = 63;
	it_name = "Empathy Blade";
	it_graphic_sheet = 4;
	it_which_icon_ground = 9;
	it_which_icon_inven = 8;
	it_level = 7;
	it_value = 500;
	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = -1;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 1;
begindefineitem 74;
	it_name = "Thirsting Knife";
	it_graphic_coloradj = 512;
	it_value = 600;
	it_stats_to_affect 0 = 217;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 5;

begindefineitem 75;
	import = 64;
	it_name = "Singing Rapier";
	it_graphic_coloradj = 256;
	it_value = 1000;
	it_stats_to_affect 0 = 6;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 7;
	it_stats_addition 1 = 1;
begindefineitem 76;
	import = 65;
	it_name = "Flaming Sword";
	it_which_icon_ground = 15;
	it_which_icon_inven = 14;
	it_level = 12;
	it_value = 1500;
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 216;
	it_stats_addition 2 = 10;
begindefineitem 77;
	it_name = "Oozing Sword";
	it_graphic_coloradj = 4;
	it_ability = 93;
	it_value = 1600;
	it_stats_to_affect 0 = 208;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = -1;
begindefineitem 78;
	it_name = "Frozen Blade";
	it_graphic_coloradj = 1;
	it_ability = 94;
	it_value = 1700;
	it_level = 13;
	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = 3;
begindefineitem 79;
	import = 66;
	it_name = "Guardian Claymore";
	it_graphic_coloradj = 256;
	it_value = 2000;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 6;
	it_stats_addition 1 = 2;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;


begindefineitem 80;
	it_name = "Charmed Falchion";
	it_graphic_coloradj = 512;
	it_value = 2000;
	it_pet_stats_to_affect 0 = 2;
	it_pet_stats_addition 0 = 2;
	it_stats_to_affect 0 = 22;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 8;
begindefineitem 81;
	import = 67;
	it_name = "Viper's Touch";
	it_graphic_coloradj = 512;
	it_value = 2200;
	it_ability = 92;
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 10;

begindefineitem 82;
	import = 63;
	it_name = "Spectral Rapier";
	it_graphic_coloradj = 1024;
	it_level = 11;
	it_value = 2500;
	it_stats_to_affect 0 = 7;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 214;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 10;
	it_stats_addition 2 = 2;

begindefineitem 83;
	import = 68;
	it_name = "Puresteel Soulblade";
	it_graphic_coloradj = 64;
	it_level = 15;
	it_value = 5000;
	it_stats_to_affect 0 = 7;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 6;
	it_stats_addition 1 = 1;

begindefineitem 84;
	import = 61;
	it_name = "Tek's Spectral Dirk";
	it_graphic_coloradj = 64;
	it_level = 8;
	it_value = 3000;
	it_stats_to_affect 0 = 200;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 6;
	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 15;


begindefineitem 87;
	import = 0;
	it_name = "Blue Spore Baton";
	it_graphic_sheet = 5;
	it_which_icon_ground = 13;	
	it_which_icon_inven = 14;
	it_variety = 15;
	it_charges = 12;
	it_value = 2;
	it_weight = 10;
	it_stats_to_affect 0 = 100;
	it_stats_addition 0 = 1;
	it_extra_description = 10;
begindefineitem 88;
	it_name = "Green Spore Baton";
	it_stats_addition 0 = 2;
	it_graphic_coloradj = 2;
begindefineitem 89;
	it_name = "Red Spore Baton";
	it_stats_addition 0 = 3;
	it_graphic_coloradj = 1;

// missile weapons
// the value for reloadable weapons should be twice the cost of one clip of ammo
begindefineitem 90;
	import = 0;
	it_name = "Thorn Baton";
	it_graphic_sheet = 3;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_variety = 3;
	it_ability = 50;
	it_level = 2;
	it_value = 24;
	it_weight = 25;
	it_charges = 6;
	it_extra_description = 11;

begindefineitem 91;
	it_name = "Venom Baton";
	it_ability = 52;
	it_value = 60;
	it_level = 6;
	it_graphic_coloradj = 512;
begindefineitem 92;
	it_name = "Acid Baton";
	it_ability = 54;
	it_value = 120;
	it_level = 6;
	it_graphic_sheet = 7;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
begindefineitem 93;
	it_name = "Submission Baton";
	it_ability = 56;
	it_value = 180;
	it_level = 6;
	it_graphic_sheet = 3;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_coloradj = 256;
begindefineitem 94;
	it_name = "Reaper Baton";
	it_ability = 58;
	it_value = 360;
	it_level = 7;
	it_graphic_sheet = 7;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;

// wands
begindefineitem 95;
// Imported for all wands
	it_name = "Wand of Weakness";
	it_graphic_sheet = 8;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
	it_weight = 30;	
	it_ability = 36;
	it_value = 50;
	it_level = 8;
	it_charges = 6;
	it_extra_description = 12;
begindefineitem 96;
	it_name = "Discipline Wand";
	it_level = 8;
	it_value = 70;
	it_ability = 25;
	it_graphic_sheet = 3;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;

begindefineitem 97;
	it_name = "Wand of Curses";
	it_level = 12;
	it_value = 50;
	it_ability = 35;
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 13;
	it_which_icon_inven = 14;
begindefineitem 98;
	it_name = "Wand of Slow Time";
	it_level = 8;
	it_value = 100;
	it_ability = 37;
	it_which_icon_ground = 12;
	it_which_icon_inven = 11;
begindefineitem 99;
	import = 95;
	it_name = "Wand of Terror";
	it_level = 12;
	it_value = 200;
	it_ability = 38;
	it_graphic_sheet = 8;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
	it_graphic_coloradj = 256;
begindefineitem 100;
	it_name = "Wand of the Inferno";
	it_value = 200;
	it_ability = 30;
	it_level = 15;
	it_graphic_coloradj = 4;
begindefineitem 101;
	it_name = "Corrupting Baton";
	it_graphic_sheet = 8;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_ability = 39;
	it_level = 14;
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 13;
	it_which_icon_inven = 14;
	it_graphic_coloradj = 16;
begindefineitem 102;
	it_name = "Wand of Death";
	it_ability = 166;
	it_which_icon_ground = 12;
	it_which_icon_inven = 11;
	
	
// 110 ammo
begindefineitem 110;
	import = 0;
	it_name = "Thorns";
	it_graphic_sheet = 3;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_variety = 10;
	it_ability = 50;
	it_value = 10;
	it_weight = 1;
	it_charges = 1;
	it_extra_description = 13;
begindefineitem 111;
	it_name = "Venom Thorns";
	it_ability = 52;
	it_value = 40;
	it_graphic_coloradj = 512;
begindefineitem 112;
	it_name = "Acid Thorns";
	it_ability = 54;
	it_value = 80;
	it_graphic_sheet = 7;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_graphic_coloradj = 512;
begindefineitem 113;
	it_name = "Submission Thorns";
	it_ability = 56;
	it_value = 120;
	it_graphic_sheet = 3;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_coloradj = 256;
begindefineitem 114;
	it_name = "Reapers";
	it_ability = 58;
	it_value = 400;
	it_graphic_sheet = 7;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;

// 117- flung items
begindefineitem 118;
	import = 0;
	it_name = "Javelin";
	it_graphic_sheet = 2;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
	it_variety = 12;
	it_ability = 20;
	it_level = 4;
	it_value = 2;
	it_weight = 2;
	it_charges = 6;
	it_extra_description = 14;
begindefineitem 125;
	it_name = "Steel Javelin";
	it_level = 6;
	it_value = 10;
	it_graphic_coloradj = 16;
	
begindefineitem 117;
	it_name = "Shaped Lance";
	it_level = 10;
	it_value = 50;
	it_graphic_coloradj = 1024;

begindefineitem 119;
	it_name = "Ice-Infused Crystal";
	it_variety = 9;
	it_graphic_template = 51;
	it_graphic_sheet = 5;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_ability = 32;
	it_charges = 1;
	it_weight = 2;
	it_value = 25;
	it_extra_description = 15;
	it_level = 12;
	it_graphic_coloradj = 1;
begindefineitem 120;
	it_name = "Bile-Infused Crystal";
	it_ability = 33;
	it_value = 50;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_coloradj = 0;
begindefineitem 121;
	it_name = "Ensnaring Fibers";
	it_ability = 37;
	it_value = 80;
	it_graphic_sheet = 9;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
begindefineitem 122;
	it_name = "Radiant Crystal";
	it_ability = 31;
	it_value = 120;
	it_level = 16;
	it_graphic_sheet = 8;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
begindefineitem 123;
	it_name = "Lightning Crystal";
	it_ability = 34;
	it_value = 200;
	it_graphic_sheet = 7;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
begindefineitem 124;
	it_name = "Fire-Infused Crystal";
	it_ability = 30;
	it_level = 20;
	it_value = 250;
	it_graphic_coloradj = 4;

// 126 shields/right hand
begindefineitem 126;
// imported for all shields
	import = 0;
	it_name = "Wooden Shield";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 4;
	it_protection = 6;
	it_weight = 80;
	it_value = 10;
begindefineitem 127;
	it_name = "Chitin Shield";
	it_graphic_template = 50;
	it_graphic_sheet = 2;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_protection = 8;
	it_weight = 100;
	it_value = 40;
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -1;

begindefineitem 128;
	it_name = "Iron Shield";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 10;
	it_weight = 120;
	it_value = 120;

begindefineitem 129;
	it_name = "Steel Shield";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_protection = 12;
	it_weight = 140;
	it_value = 250;
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -2;


begindefineitem 130;
	it_name = "Shaped Shield";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_protection = 14;
	it_weight = 160;
	it_value = 600;

begindefineitem 131;
	it_name = "Puresteel Shield";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_protection = 20;
	it_weight = 60;
	it_value = 3000;
	it_stats_addition 0 = -1;
begindefineitem 132;
	import = 126;
	it_name = "Ironwood Shield";
	it_graphic_coloradj = 4;
	it_value = 200;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 8;
begindefineitem 133;
	it_name = "Reflecting Shield";
	it_graphic_coloradj = 1024;
	it_value = 250;
	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = -1;
	it_pet_stats_to_affect 0 = 210;
	it_pet_stats_addition 0 = 3;

begindefineitem 134;
	import = 127;
	it_name = "Clawbug Carapace";
	it_graphic_coloradj = 256;
	it_value = 300;
	it_stats_to_affect 1 = 207;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 6;
	it_stats_addition 2 = 1;
begindefineitem 135;
	it_name = "Thorny Chitin";
	it_graphic_coloradj = 512;
	it_value = 400;
	it_stats_to_affect 1 = 213;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 208;
	it_stats_addition 2 = 5;

begindefineitem 136;
	import = 128;
	it_name = "Polished Shield";
	it_graphic_coloradj = 128;
	it_value = 500;
	it_stats_to_affect 1 = 216;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 214;
	it_stats_addition 2 = 2;
	it_pet_stats_to_affect 0 = 210;
	it_pet_stats_addition 0 = 10;

begindefineitem 137;
	it_name = "Fyorascale Shield";
	it_graphic_coloradj = 4;
	it_value = 600;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 15;
begindefineitem 138;
	import = 129;
	it_name = "Glaahk Shield";
	it_graphic_coloradj = 516;
	it_value = 700;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 40;

begindefineitem 139;
	it_name = "Polychromous Shield";
	it_graphic_coloradj = 256;
	it_value = 750;
	it_stats_to_affect 1 = 205;
	it_stats_addition 1 = 15;
	it_stats_to_affect 2 = 206;
	it_stats_addition 2 = 15;
	it_stats_to_affect 3 = 212;
	it_stats_addition 3 = 15;


begindefineitem 140;
	import = 127;
	it_name = "Infiltrator Shield";
	it_graphic_coloradj = 1;
	it_value = 1000;
	it_stats_to_affect 0 = 21;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 215;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 20;
	it_stats_addition 2 = 1;

begindefineitem 141;
	import = 130;
	it_name = "Agent's Shelter";
	it_graphic_coloradj = 512;
	it_value = 1500;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 15;
	it_stats_to_affect 2 = 12;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 1;
	it_stats_addition 3 = 1;	
begindefineitem 142;
	import = 130;
	it_name = "Quicksilver Bulwark";
	it_graphic_coloradj = 1024;
	it_value = 2500;
	it_stats_to_affect 1 = 201;
	it_stats_addition 1 = 1;

begindefineitem 143;
	import = 131;
	it_name = "Stasis Shield";
	it_graphic_coloradj = 64;
	it_value = 5000;
	it_protection = 15;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 40;
	it_pet_stats_to_affect 0 = 211;
	it_pet_stats_addition 0 = 40;
	it_pet_stats_to_affect 1 = 210;
	it_pet_stats_addition 1 = 20;
	
// 140 boots
begindefineitem 145;
// imported for all feet items
	import = 0;
	it_name = "Sandals";
	it_graphic_sheet = 1;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_variety = 6;
	it_protection = 2;
	it_weight = 10;
	it_value = 8;
	it_can_augment = 1;
begindefineitem 146;
	it_name = "Fine Shoes";
	it_graphic_sheet = 1;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_protection = 3;
	it_weight = 16;
	it_value = 25;

begindefineitem 147;
	it_name = "Boots";
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_protection = 4;
	it_weight = 30;
	it_value = 20;


begindefineitem 148;
	it_name = "Shaped Boots";
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
	it_protection = 7;
	it_weight = 60;
	it_value = 300;
begindefineitem 149;
	it_name = "Puresteel Boots";
	it_which_icon_ground = 11;	
	it_which_icon_inven = 10;
	it_protection = 12;
	it_weight = 30;
	it_value = 1000;

begindefineitem 150;
	import = 146;
	it_name = "Grounded Shoes";
	it_graphic_coloradj = 1;
	it_value = 100;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;

begindefineitem 151;
	it_name = "Vat Shoes";
	it_graphic_coloradj = 4;		
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 10;
begindefineitem 152;
	import = 145;
	it_name = "Nimble Sandals";
	it_graphic_coloradj = 2;		
	it_value = 200;
	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = 2;
begindefineitem 153;
	import = 147;
	it_name = "Clover Boots";
	it_graphic_coloradj = 4;		
	it_stats_to_affect 0 = 22;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 215;
	it_stats_addition 1 = 1;
	it_value = 400;
begindefineitem 154;
	import = 147;
	it_name = "Spectral Boots";
	it_graphic_coloradj = 1;		
	it_protection = 5;
	it_value = 500;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 5;
	it_pet_stats_to_affect 0 = 205;
	it_pet_stats_addition 0 = 5;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 5;
	it_pet_stats_to_affect 1 = 208;
	it_pet_stats_addition 1 = 5;
begindefineitem 155;
	import = 145;
	it_name = "Samaritan Sandals";
	it_graphic_coloradj = 1;		
	it_stats_to_affect 0 = 18;
	it_stats_addition 0 = 2;
	it_value = 600;
begindefineitem 156;
	import = 147;
	it_name = "Swamp Boots";
	it_graphic_coloradj = 2;		
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 215;
	it_stats_addition 1 = 1;
	it_value = 700;
	
begindefineitem 157;
	import = 146;
	it_name = "Polychromous Shoes";
	it_graphic_coloradj = 2;		
	it_value = 1000;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 212;
	it_stats_addition 2 = 10;

begindefineitem 158;
	import = 148;
	it_name = "Captain's Boots";
	it_graphic_coloradj = 4;		
	it_value = 1000;
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 2;
begindefineitem 159;
	import = 145;
	it_name = "Quicksilver Sandals";
	it_graphic_coloradj = 128;		
	it_value = 2500;
	it_stats_to_affect 0 = 201;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 215;
	it_stats_addition 1 = 1;
	
begindefineitem 160;
	import = 148;
	it_name = "Stability Boots";
	it_graphic_coloradj = 2;		
	it_value = 2500;
	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 20;


begindefineitem 161;
	import = 145;
	it_name = "Gazerskin Boots";
	it_graphic_coloradj = 2;		
	it_value = 3000;
	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 15;

// 155 belts
begindefineitem 164;
// imported for all belts
	import = 0;
	it_name = "Belt";
	it_graphic_sheet = 1;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_variety = 7;
	it_protection = 2;
	it_weight = 30;
	it_value = 10;
	it_can_augment = 1;
begindefineitem 165;
	it_name = "Studded Belt";
	it_graphic_sheet = 3;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
	it_graphic_coloradj = 16;		
	it_protection = 4;
	it_weight = 60;
	it_value = 50;
begindefineitem 166;
	it_name = "Shaped Belt";
	it_graphic_sheet = 1;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 6;
	it_weight = 50;
	it_value = 200;

begindefineitem 167;
	it_name = "Puresteel Belt";
	it_graphic_coloradj = 1;	
	it_weight = 20;
	it_protection = 12;
	it_value = 1000;
begindefineitem 168;
	import = 164;
	it_name = "Student's Belt";
	it_graphic_coloradj = 2;	
	it_stats_to_affect 0 = 2;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 214;
	it_stats_addition 1 = 2;
	it_value = 100;

begindefineitem 169;
	import = 165;
	it_name = "Girdle of Strength";
	it_graphic_coloradj = 2;		
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 1;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 1;
	it_value = 400;
begindefineitem 170;
	it_name = "Girdle of Nimbleness";
	it_graphic_coloradj = 4;		
	it_stats_to_affect 0 = 1;
	it_pet_stats_to_affect 0 = 1;
begindefineitem 171;
	it_name = "Girdle of Insight";
	it_graphic_coloradj = 1;		
	it_stats_to_affect 0 = 2;
	it_pet_stats_to_affect 0 = 2;
begindefineitem 172;
	it_name = "Girdle of Endurance";
	it_graphic_coloradj = 128;		
	it_stats_to_affect 0 = 3;
	it_pet_stats_to_affect 0 = 3;
begindefineitem 173;
	import = 164;
	it_name = "Shapemaster Belt";
	it_graphic_coloradj = 4;		
	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = -2;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 2;
	it_value = 800;

begindefineitem 174;
	import = 166;
	it_name = "Girdle of Might";
	it_graphic_coloradj = 2;		
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_value = 1000;
	
begindefineitem 175;
	it_name = "Girdle of Avoidance";
	it_graphic_coloradj = 4;		
	it_stats_to_affect 0 = 1;
	it_pet_stats_to_affect 0 = 1;
begindefineitem 176;
	it_name = "Girdle of Genius";
	it_graphic_coloradj = 16;		
	it_stats_to_affect 0 = 2;
	it_pet_stats_to_affect 0 = 2;
begindefineitem 177;
	it_name = "Girdle of Life";
	it_graphic_coloradj = 128;		
	it_stats_to_affect 0 = 3;
	it_pet_stats_to_affect 0 = 3;

begindefineitem 178;
	import = 164;
	it_name = "Projection Belt";
	it_graphic_coloradj = 64;		
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = -2;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 4;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 4;
	it_pet_stats_to_affect 2 = 210;
	it_pet_stats_addition 2 = 5;
	it_value = 1400;
begindefineitem 179;
	import = 167;
	it_name = "Polychromous Girdle";
	it_graphic_coloradj = 64;		
	it_value = 2000;
	it_protection = 6;
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 212;
	it_stats_addition 2 = 10;
	
// 181 rings
begindefineitem 181;
// imported for all rings
	import = 0;
	it_name = "Gold Ring";
	it_graphic_sheet = 2;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 6;
	it_variety = 5;
	it_weight = 1;
	it_value = 100;
	it_can_augment = 1;
begindefineitem 182;
	it_name = "Sapphire Ring";
	it_which_icon_inven = 13;
	it_value = 200;
begindefineitem 183;
	it_name = "Platinum Ring";
	it_value = 400;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 5;
begindefineitem 184;
	it_name = "Ruby Ring";
	it_which_icon_inven = 12;
	it_value = 600;
begindefineitem 185;
	import = 181;
	it_name = "Shielding Band";
	it_graphic_coloradj = 2;		
	it_protection = 4;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 5;
	it_value = 250;
begindefineitem 186;
	import = 182;
	it_name = "Projection Band";
	it_graphic_coloradj = 64;		
	it_pet_stats_to_affect 0 = 200;
	it_pet_stats_addition 0 = 8;
	it_pet_stats_to_affect 1 = 204;
	it_pet_stats_addition 1 = 2;
	it_value = 400;


begindefineitem 187;
	import = 183;
	it_name = "Chilling Band";
	it_graphic_coloradj = 1024;		
	it_value = 500;
	it_protection = 2;
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 15;
begindefineitem 188;
	it_name = "Static Band";
	it_graphic_coloradj = 512;		
	it_stats_to_affect 0 = 205;

	

		

// 190 general objects
begindefineitem 190;
	import = 0;
	it_name = "Rock";
	it_graphic_sheet = 2;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_variety = 11;
	it_value = 0;
	it_weight = 10;
	it_charges = 1;
	it_extra_description = 22;
begindefineitem 191;
	it_name = "Bag of Meal";
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_weight = 70;
	it_value = 10;
	it_extra_description = 23;
begindefineitem 192;
	it_name = "Stone Blocks";
	it_graphic_template = 50;
	it_graphic_sheet = 4;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_weight = 50;
	it_value = 0;
	it_extra_description = -1;

begindefineitem 193;
	it_name = "Pitcher";
	it_graphic_sheet = 5;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 1;
	it_weight = 10;
	it_value = 2;
	it_charges = 0;
begindefineitem 194;
	it_name = "Bones";
	it_which_icon_ground = 0;	
	it_which_icon_inven = 0;
	it_extra_description = 17;
	it_value = 0;
begindefineitem 195;
	it_name = "Skull";
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 15;	
	it_which_icon_inven = 15;
begindefineitem 196;
	it_name = "Pot";
	it_graphic_sheet = 8;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_extra_description = -1;
	it_value = 4;
begindefineitem 197;
	it_name = "Mug";
	it_graphic_template = 50;
	it_graphic_sheet = 5;
	it_which_icon_ground = 5;	
	it_which_icon_inven = 6;
	it_extra_description = -1;
	it_value = 1;
begindefineitem 198;
	it_name = "Trowel";
	it_which_icon_ground = 7;	
	it_which_icon_inven = 8;
begindefineitem 199;
	it_name = "Hammer";
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
begindefineitem 200;
	it_name = "Limb";
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_extra_description = 18;
	it_value = 0;
begindefineitem 201;
	it_name = "Beaker";
	it_graphic_sheet = 4;
	it_which_icon_ground = 1;	
	it_which_icon_inven = 0;
	it_extra_description = 19;
	it_value = 6;
begindefineitem 202;
	it_name = "Metal Bowl";
	it_which_icon_ground = 3;	
	it_which_icon_inven = 2;
	it_value = 4;
begindefineitem 203;
	it_name = "Shackles";
	it_which_icon_ground = 5;	
	it_which_icon_inven = 4;
	it_extra_description = 20;
	it_value = 2;
begindefineitem 204;
	it_name = "Hatchet";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_extra_description = 24;
begindefineitem 205;
	it_name = "Bowl";
	it_graphic_sheet = 6;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_charges = 0;
	it_extra_description = 25;
begindefineitem 206;
	it_name = "Spoon";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 1;
begindefineitem 207;
	it_name = "Whip";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = 20;
	it_value = 6;
begindefineitem 208;
	it_name = "Trash";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 8;
	it_extra_description = 21;
	it_value = 0;
begindefineitem 209;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 9;
begindefineitem 210;
	it_name = "Tools";
	it_graphic_sheet = 4;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_extra_description = 26;
	it_value = 20;
begindefineitem 211;
	it_name = "Basket";
	it_which_icon_ground = 13;	
	it_which_icon_inven = 12;
	it_extra_description = -1;
	it_value = 1;
begindefineitem 212;
	it_name = "Research Notes";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_charges = 1;
	it_value = 50;
	it_extra_description = 6;
begindefineitem 213;
	it_name = "Broken Baton";
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_charges = 0;
	it_value = 0;
	it_extra_description = 7;
begindefineitem 214;
	it_name = "Melted Sand";
	it_graphic_sheet = 3;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_charges = 1;
	it_value = 0;
	it_extra_description = -1;
begindefineitem 215;
	it_name = "Shaper Equipment";
	it_graphic_sheet = 7;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
	it_charges = 1;
	it_value = 70;
	it_extra_description = 27;
	it_weight = 30;
begindefineitem 216;
	it_value = 50;
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
begindefineitem 217;
	it_name = "Lamp";
	it_variety = 9;
	it_which_icon_ground = 1;	
	it_which_icon_inven = 0;
	it_value = 3;
	it_extra_description = -1;
begindefineitem 218;
	import = 190;
	it_name = "Swamp Herbs";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 6;
	it_charges = 1;
	it_value = 40;
	it_weight = 5;
	it_extra_description = 32;
begindefineitem 219;
	it_name = "Dried Herbs";
	it_graphic_coloradj = 512;
	it_extra_description = -1;

// 220 pods, spores
begindefineitem 220;
// imported for all pods
	import = 0;
	it_name = "Healing Pod";
	it_graphic_template = 50;
	it_graphic_sheet = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_variety = 9;
	it_charges = 1;
	it_weight = 1;
	it_ability = 201;
	it_value = 70;
	it_level = 10;
	it_extra_description = 2;
begindefineitem 221;
	it_name = "Curing Pod";
	it_ability = 211;
	it_level = 15;
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 222;
	it_name = "Speed Pod";
	it_ability = 216;
	it_value = 150;
	it_level = 20;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 223;
	it_name = "Essence Pod";
	it_ability = 220;
	it_level = 25;
	it_value = 100;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 224;
	import = 220;
	it_name = "Major Healing Pod";
	it_value = 170;
	it_level = 20;
	it_graphic_sheet = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_coloradj = 16;
begindefineitem 225;
	it_name = "Shielding Pod";
	it_ability = 180;
	it_value = 100;
	it_level = 8;
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_coloradj = 16;
begindefineitem 226;
	import = 220;
	it_name = "Restoration Potion";
	it_value = 500;
	it_level = 30;
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 2;

begindefineitem 227;
	import = 220;
	it_name = "Berserker Pod";
	it_value = 120;
	it_level = 15;
	it_ability = 187;
	it_graphic_sheet = 8;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_coloradj = 16;

begindefineitem 230; // spores
	import = 220;
	it_name = "Healing Spores";
	it_graphic_template = 50;
	it_graphic_sheet = 3;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_level = 10;
	it_ability = 202;
	it_value = 120;
	it_extra_description = 3;
begindefineitem 231; 
	it_name = "Curing Spores";
	it_ability = 212;
	it_level = 12;
	it_graphic_sheet = 8;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 232; 
	it_name = "Speed Spores";
	it_ability = 217;
	it_value = 250;
	it_level = 25;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 233; 
	it_name = "Major Healing Spores";
	it_ability = 202;
	it_value = 200;
	it_level = 20;
	it_graphic_sheet = 8;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_graphic_coloradj = 0;
begindefineitem 234; 
	it_name = "Berserker Spores";
	it_ability = 186;
	it_value = 150;
	it_level = 12;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
begindefineitem 235; 
	it_name = "Restoration Spores";
	it_ability = 202;
	it_value = 400;
	it_level = 30;
	it_graphic_sheet = 3;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_coloradj = 1024;
begindefineitem 236; 
	it_name = "Chaotic Spores";
	it_ability = 176;
	it_value = 150;
	it_level = 10;
	it_graphic_coloradj = 512;
begindefineitem 237; 
	it_name = "Resistance Spores";
	it_ability = 101;
	it_value = 200;
	it_level = 10;
	it_graphic_coloradj = 256;

// AUGMENTING RODS 238
begindefineitem 238; 
	import = 220;
	it_variety = 15;
	it_name = "Rod of Succor";
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
	it_weight = 10;
	it_ability = 202;
	it_value = 100;
	it_charges = 6;
	it_level = 15;
	it_extra_description = 29;
begindefineitem 239; 
	it_name = "Rod of Alacrity";
	it_ability = 217;
	it_level = 10;
	it_graphic_coloradj = 1;
begindefineitem 240; 
	it_name = "Rod of Defenses";
	it_ability = 227;
	it_graphic_coloradj = 2;
begindefineitem 241; 
	it_name = "Rod of Battle";
	it_ability = 232;
	it_graphic_coloradj = 256;
	
// FOOD
begindefineitem 244; 
	// imported for food
	import = 220;
	it_name = "Fruit";
	it_graphic_sheet = 6;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_weight = 5;
	it_ability = 204;
	it_level = 2;
	it_value = 2;
	it_extra_description = 1;
begindefineitem 245; 
	it_name = "Dried Meat";
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
begindefineitem 246; 
	it_name = "Vegetable";
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
begindefineitem 247; 
	it_name = "Bread";
	it_graphic_sheet = 5;
	it_which_icon_ground = 15;	
	it_which_icon_inven = 15;
begindefineitem 248; 
	it_name = "Mushrooms";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 10;
begindefineitem 249; 
	it_name = "Fish";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
begindefineitem 250; 
	it_name = "Mushroom";
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
begindefineitem 251; 
	it_name = "Meat";
	it_which_icon_ground = 19;	
	it_which_icon_inven = 19;
begindefineitem 252; 
	it_name = "Roll";
	it_graphic_sheet = 1;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
begindefineitem 253; 
	it_name = "Cake";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 7;
begindefineitem 254; 
	it_name = "Kabob";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 10;
	
begindefineitem 255;
	import = 0;
	it_name = "Living Tool";
	it_graphic_sheet = 3;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_variety = 13;
	it_charges = 1;
	it_value = 100;
	it_weight = 10;
	it_extra_description = 4;


	
// More incidental items
begindefineitem 260;
	// imported for other crap items that stack in inven
	import = 0;
	it_name = "Pitcher";
	it_graphic_sheet = 9;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 11;
	it_value = 2;
	it_weight = 10;
	it_charges = 0;
begindefineitem 261;
	it_name = "Bolt of Cloth";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 40;
	it_charges = 1;
begindefineitem 262;
	it_name = "Bar of Iron";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 30;
	it_charges = 1;
	it_weight = 80;
begindefineitem 263;
	// imported for other crap items that don't stack in inven
	import = 260;
	it_name = "Bucket";
	it_charges = 0;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 264;
	it_name = "Amphora";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 265;
	it_name = "Golden Goblet";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_value = 200;
	it_weight = 30;
begindefineitem 266;
	import = 260;
	it_name = "Plate";
	it_which_icon_ground = 12;	
	it_which_icon_inven = 13;
begindefineitem 267;
	it_name = "Sheet of Paper";
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_value = 12;
	it_weight = 2;
	it_charges = 1;
begindefineitem 268;
	it_name = "Dice";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 0;
	it_charges = 0;
begindefineitem 269;
	it_name = "Scalpel";
	it_which_icon_ground = 1;	
	it_which_icon_inven = 1;
begindefineitem 270;
	it_name = "Thread";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 5;
	it_charges = 1;
begindefineitem 271;
	it_name = "Trowel";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 4;
	it_value = 1;
	it_charges = 0;
begindefineitem 272;
	it_name = "Pen and Ink";
	it_which_icon_ground = 5;	
	it_which_icon_inven = 5;
begindefineitem 273;
	it_name = "Candle";
	it_variety = 9;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 6;
	it_value = 2;
	it_weight = 5;
	it_ability = 190;
	it_level = 2;
	it_charges = 1;
begindefineitem 274;
	it_name = "Lamp";
	it_which_icon_ground = 7;	
	it_which_icon_inven = 7;
	it_value = 8;
	it_weight = 10;
begindefineitem 275;
	it_name = "Potted Plant";
	it_variety = 11;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 12;
	it_value = 8;
	it_weight = 50;
	it_ability = -1;
	it_charges = 0;
begindefineitem 276;
	it_name = "Clay Jug";
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 0;
	it_value = 2;
	it_weight = 20;
begindefineitem 277;
	it_name = "Clay Pot";
	it_which_icon_ground = 1;	
	it_which_icon_inven = 1;
begindefineitem 278;
	it_name = "Teapot";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 2;
	it_value = 5;
	it_weight = 10;
begindefineitem 279;
	it_name = "Mug";
	it_which_icon_ground = 3;	
	it_which_icon_inven = 3;
	it_value = 3;
begindefineitem 280;
	it_name = "Teacup";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 4;
begindefineitem 281;
	it_name = "Board Game";
	it_which_icon_ground = 5;	
	it_which_icon_inven = 5;
	it_value = 12;
	it_weight = 30;
begindefineitem 282;
	it_name = "Saw";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 8;
	it_value = 7;
	it_weight = 20;
begindefineitem 283;
	it_name = "Board";
	it_which_icon_ground = 9;	
	it_which_icon_inven = 9;
	it_value = 1;
	it_weight = 100;

// space

begindefineitem 286;
	import = 260;
	it_name = "Cauldron";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 10;
	it_weight = 200;
begindefineitem 287;
	it_name = "Puresteel Ring";
	it_graphic_sheet = 2;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 2;
	
begindefineitem 288;
	import = 260;
	it_name = "Mandrake Tincture";
	it_graphic_sheet = 5;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 1;	
	it_value = 500;
	it_charges = 1;	
	it_graphic_coloradj = 1;
begindefineitem 289;
	it_name = "Demon's Bile";
	it_graphic_coloradj = 4;
	it_value = 750;

begindefineitem 290;
	import = 260;
	it_name = "Saltweed";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_value = 250;
	it_weight = 2;
	it_charges = 1;
begindefineitem 291;
	it_name = "Wiry Moss";
	it_which_icon_ground = 11;	
	it_which_icon_inven = 13;

// Special item quest items
begindefineitem 292;
	import = 263;
	it_name = "Crystalline Fibers";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 6;
	it_graphic_coloradj = 1024;
	it_value = 0;
	it_weight = 5;
begindefineitem 293;
	it_name = "Pure Quicksilver";
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
	it_value = 0;
	it_graphic_coloradj = 128;
begindefineitem 294;
	it_name = "Solidified Flame";
	it_graphic_coloradj = 0;
begindefineitem 295;
	it_name = "Unmelting Ice";
	it_graphic_coloradj = 1;
begindefineitem 296;
	it_name = "Ur-Drakon Skin";
	it_graphic_sheet = 2;
	it_which_icon_ground = 5;	
	it_which_icon_inven = 6;
	it_graphic_coloradj = 64;
begindefineitem 297;
	it_name = "Essence-Infused Iron";
	it_graphic_sheet = 0;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 18;
	it_graphic_coloradj = 64;

// 298-303 ARE AT END


begindefineitem 304;
	import = 148;
	it_name = "Crystal Boots";
	it_value = 0;
	it_protection = 9;
	it_graphic_coloradj = 256;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 4;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 5;
	it_stats_addition 2 = 2;
begindefineitem 305;
	it_name = "Gladiator's Boots";
	it_graphic_coloradj = 272;
	it_stats_to_affect 3 = 201;
	it_stats_addition 3 = 1;
begindefineitem 306;
	it_name = "Dreadnought Boots";
	it_protection = 13;
	it_stats_to_affect 1 = 4;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = 5;
	it_stats_addition 2 = 3;

begindefineitem 307;
	import = 148;
	it_name = "Mercuric Boots";
	it_value = 0;
	it_protection = 8;
	it_graphic_coloradj = 256;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 201;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 215;
	it_stats_addition 2 = 2;
begindefineitem 308;
	it_name = "Black Shadow Boots";
	it_graphic_coloradj = 272;
	it_stats_to_affect 3 = 4;
	it_stats_addition 3 = 4;
begindefineitem 309;
	it_name = "Assassin's Boots";
	it_protection = 11;
	it_stats_to_affect 1 = 201;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 215;
	it_stats_addition 2 = 3;

begindefineitem 310;
	import = 166;
	it_name = "Girdle of Command";
	it_value = 0;
	it_protection = 9;
	it_graphic_coloradj = 512;
	it_stats_to_affect 0 = 15;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 16;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 17;
	it_stats_addition 2 = 2;
begindefineitem 311;
	it_name = "Soulcharged Girdle";
	it_graphic_coloradj = 528;
	it_stats_to_affect 0 = 18;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 16;
	it_stats_addition 2 = 3;
	it_stats_to_affect 3 = 17;
	it_stats_addition 3 = 3;
begindefineitem 312;
	it_name = "Girdle of Victory";
	it_protection = 12;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 4;
	it_stats_to_affect 2 = 16;
	it_stats_addition 2 = 4;
	it_stats_to_affect 3 = 17;
	it_stats_addition 3 = 4;

begindefineitem 313;
	import = 166;
	it_name = "Lifetender Girdle";
	it_value = 0;
	it_protection = 9;
	it_graphic_coloradj = 1024;
	it_stats_to_affect 0 = 18;
	it_stats_addition 0 = 4;
begindefineitem 314;
	it_name = "Lifebringer Girdle";
	it_graphic_coloradj = 1040;
	it_stats_to_affect 0 = 18;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 16;
	it_stats_addition 2 = 2;
	it_stats_to_affect 3 = 17;
	it_stats_addition 3 = 2;
begindefineitem 315;
	it_name = "Medic's Sustainer";
	it_protection = 12;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 4;
	it_stats_to_affect 1 = 18;
	it_stats_addition 1 = 6;

begindefineitem 316;
	import = 263;
	it_name = "Purifying Elixir";
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 2;
	it_graphic_coloradj = 64;	
	it_value = 0;
	it_weight = 5;

begindefineitem 321;
	// imported for charms
	import = 0;
	it_name = "Lucky Charm";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 0;
	it_variety = 11;
	it_value = 600;
	it_weight = 10;
	it_abil_work_in_pack = 1;
	
	it_stats_to_affect 0 = 22;
	it_stats_addition 0 = 1;
begindefineitem 322;
	it_name = "Physician's Charm";
	it_which_icon_ground = 1;	
	it_which_icon_inven = 1;
	it_value = 1000;
	it_stats_to_affect 0 = 18;
	it_stats_addition 0 = 1;
	it_graphic_coloradj = 1;
begindefineitem 323;
	it_name = "Skein of Wisdom";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_stats_to_affect 0 = 2;
	it_graphic_coloradj = 1;
begindefineitem 324;
	it_name = "Clawbug Charm";
	it_which_icon_ground = 9;	
	it_which_icon_inven = 8;
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 8;
	it_graphic_coloradj = 0;
begindefineitem 325;
	it_name = "Fyora Fang Charm";
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 3;
	it_graphic_coloradj = 1024;
begindefineitem 326;
	it_name = "Mental Focus Charm";
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 6;
	it_value = 2500;
	it_stats_to_affect 0 = 12;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 210;
	it_stats_addition 1 = 8;
	it_pet_stats_to_affect 0 = 210;
	it_pet_stats_addition 0 = 8;
begindefineitem 327;
	it_name = "Infiltrator's Charm";
	it_stats_to_affect 0 = 20;
	it_stats_to_affect 1 = 21;
	it_stats_addition 1 = 1;
	it_pet_stats_to_affect 0 = -1;
	it_graphic_coloradj = 2;
begindefineitem 328;
	it_name = "Blademaster Charm";
	it_graphic_sheet = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_stats_to_affect 0 = 6;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = 1;
	it_graphic_coloradj = 4;
begindefineitem 329;
	it_name = "Puresteel Charm";
	it_graphic_sheet = 9;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
	it_stats_to_affect 0 = 0;
	it_stats_to_affect 1 = 203;
	it_graphic_coloradj = 1;
begindefineitem 330;
	it_name = "Essence Charm";
	it_stats_to_affect 0 = 2;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 3;
	it_graphic_coloradj = 0;


begindefineitem 331;
	import = 321;
	it_name = "Gruesome Charm";
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 8;
	it_value = 1500;
	
	it_stats_to_affect 0 = 3;
	it_stats_addition 0 = -2;
	it_stats_to_affect 1 = 2;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 1;
	it_stats_addition 2 = 2;
begindefineitem 332;
	import = 326;
	it_name = "Omnicharm";
	it_value = 7500;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = 1;	
	it_stats_to_affect 2 = 2;
	it_stats_addition 2 = 1;	
	it_stats_to_affect 3 = 3;
	it_stats_addition 3 = 1;
	it_pet_stats_to_affect 0 = -1;
	it_graphic_coloradj = 2;
begindefineitem 333;
	import = 325;
	it_name = "Cryoa Claw Charm";
	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 3;
	it_graphic_coloradj = 1;
begindefineitem 334;
	import = 321;
	it_name = "Shielding Trinket";
	it_graphic_sheet = 7;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
	it_graphic_coloradj = 1;
	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 1;


// MORE RINGS
begindefineitem 335;
	import = 181;
	it_name = "Warmth Ring";
	it_graphic_coloradj = 256;
	it_protection = 4;
	it_value = 700;
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 25;
begindefineitem 336;
	it_name = "Jade Band";
	it_graphic_coloradj = 4;
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 25;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 25;
begindefineitem 337;
	import = 184;
	it_name = "Dhonal's Band";
	it_graphic_coloradj = 16;
	it_stats_to_affect 0 = 4;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 0;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 20;
	it_stats_addition 2 = 1;
	it_value = 800;
begindefineitem 338;
	import = 182;
	it_name = "Armor Band";
	it_graphic_coloradj = 2;		
	it_protection = 7;
	it_which_icon_inven = 6;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 10;
	it_value = 1000;

begindefineitem 339;
	import = 183;
	it_name = "Ethereal Seal";
	it_graphic_coloradj = 64;		
	it_value = 1200;
	it_protection = 6;
	it_stats_to_affect 0 = 216;
	it_stats_addition 0 = 25;
	it_stats_to_affect 1 = 11;
	it_stats_addition 1 = 1;
begindefineitem 340;
	import = 184;
	it_name = "Mindwarp Seal";
	it_graphic_coloradj = 1;		
	it_stats_to_affect 0 = 10;
	it_stats_addition 0 = 2;
	it_pet_stats_to_affect 0 = 210;
	it_pet_stats_addition 0 = 10;
	it_value = 1400;
begindefineitem 341;
	import = 181;
	it_name = "Impervious Band";
	it_graphic_coloradj = 64;		
	it_protection = 10;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 15;
	it_value = 2000;

begindefineitem 342;
	import = 184;
	it_name = "Forbidden Band";
	it_graphic_coloradj = 64;		
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 2;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 3;
	it_stats_addition 3 = 1;
	it_value = 2500;
	
begindefineitem 343;
	import = 182;
	it_name = "Ring of Eye's Purity";
	it_graphic_coloradj = 2;		
	it_protection = 6;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 214;
	it_stats_addition 1 = 3;
	it_value = 3000;

begindefineitem 344;
	import = 181;
	it_name = "Shaper's Boon";
	it_graphic_coloradj = 4;		
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 1;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 1;
	it_pet_stats_to_affect 2 = 2;
	it_pet_stats_addition 2 = 1;
	it_pet_stats_to_affect 3 = 3;
	it_pet_stats_addition 3 = 1;
	it_value = 4000;
	it_protection = 8;

// 350 legs
begindefineitem 345;
// imported for all legs items
	import = 0;
	it_name = "Pants";
	it_graphic_template = 51;
	it_graphic_sheet = 5;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_variety = 17;
	it_protection = 2;
	it_weight = 10;
	it_value = 8;
	it_can_augment = 1;
	//it_extra_description = 16;

begindefineitem 346;
	it_name = "Leather Greaves";
	it_which_icon_ground = 15;	
	it_which_icon_inven = 14;
	it_protection = 4;
	it_value = 100;
	it_weight = 70;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 4;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -1;
	it_graphic_coloradj = 0;		
begindefineitem 347;
	it_name = "Plate Greaves";
	it_which_icon_ground = 13;	
	it_which_icon_inven = 12;
	it_protection = 6;
	it_weight = 100;
	it_value = 300;
	it_stats_addition 0 = 5;
	it_stats_addition 1 = -1;
begindefineitem 348;
	it_name = "Shaped Greaves";
	it_which_icon_ground = 17;	
	it_which_icon_inven = 16;
	it_protection = 9;
	it_value = 800;
	it_weight = 130;
	it_stats_addition 0 = 6;
	it_stats_addition 1 = -2;
begindefineitem 349;
	it_name = "Puresteel Greaves";
	it_graphic_coloradj = 1;		
	it_protection = 15;
	it_weight = 60;
	it_value = 2500;
	it_stats_addition 0 = 8;
	it_stats_addition 1 = -1;
begindefineitem 350;
	import = 345;
	it_name = "Swamp Pants";
	it_graphic_coloradj = 4;		
	it_value = 100;
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 5;
begindefineitem 351;
	it_name = "Fine Silk Pantaloons";
	it_graphic_coloradj = 1;		
	it_value = 400;
	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 4;
begindefineitem 352;
	import = 346;
	it_name = "Pustulant Greaves";
	it_graphic_coloradj = 4;		
	it_value = 500;
	it_stats_to_affect 2 = 208;
	it_stats_addition 2 = 18;
begindefineitem 353;
	it_name = "Cryoaskin Greaves";
	it_graphic_coloradj = 1;		
	it_value = 500;
	it_stats_to_affect 2 = 212;
	it_stats_addition 2 = 15;

begindefineitem 354;
	import = 345;
	it_name = "Sod's Dancing Pants";
	it_graphic_coloradj = 64;		
	it_value = 1000;
	it_stats_to_affect 0 = 6;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 7;
	it_stats_addition 1 = 2;
begindefineitem 355;
	import = 347;
	it_name = "Lodestone Greaves";
	it_graphic_coloradj = 64;		
	it_value = 1500;
	it_stats_to_affect 2 = 1;
	it_stats_addition 2 = -1;
	it_stats_to_affect 3 = 203;
	it_stats_addition 3 = 4;
begindefineitem 356;
	import = 348;
	it_name = "Blasted Greaves";
	it_graphic_coloradj = 256;		
	it_value = 2000;
	it_stats_to_affect 2 = 0;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 3;
	it_stats_addition 3 = 2;
begindefineitem 357;
	import = 349;
	it_name = "Brutish Greaves";
	it_graphic_coloradj = 16;		
	it_value = 4000;
	it_protection = 10;
	it_stats_to_affect 2 = 9;
	it_stats_addition 2 = 2;
	it_stats_to_affect 3 = 4;
	it_stats_addition 3 = 2;
	it_pet_stats_to_affect 0 = 211;
	it_pet_stats_addition 0 = 10;
	it_pet_stats_to_affect 1 = 210;
	it_pet_stats_addition 1 = 10;
begindefineitem 358;
	import = 347;
	it_name = "Sapphire Legplates";
	it_graphic_coloradj = 1024;		
	it_value = 750;
	it_stats_to_affect 2 = 9;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 10;
	it_stats_addition 3 = 1;
	
// 365 necks
begindefineitem 360;
// imported for some neck items
	import = 0;
	it_name = "Silver Necklace";
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 11; // alts: 8,9
	it_variety = 16;
	it_weight = 4;
	it_value = 80;
	it_extra_description = -1;
begindefineitem 361;
// imported for some neck items
	it_name = "Gold Necklace";
	it_which_icon_ground = 15;	
	it_which_icon_inven = 13; // alts: 10,12
	it_value = 200;
begindefineitem 362;
	import = 360;
	it_name = "Blessed Bauble";
	it_which_icon_inven = 8;
	it_protection = 2;
	it_value = 200;
begindefineitem 363;
	it_name = "Stability Bauble";
	it_which_icon_inven = 9;
	it_value = 300;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 10;
begindefineitem 364;
	it_name = "Tinker's Bauble";
	it_which_icon_inven = 11;
	it_graphic_coloradj = 512;		
	it_value = 400;
	it_stats_to_affect 0 = 21;
	it_stats_addition 0 = 1;
begindefineitem 365;
	it_name = "Guardian Stone";
	it_which_icon_inven = 9;
	it_graphic_coloradj = 256;		
	it_protection = 4;
	it_value = 500;
	it_stats_to_affect 0 = 7;
	it_stats_addition 0 = 1;
begindefineitem 366;
	it_name = "Tribal Fetish";
	it_which_icon_inven = 8;
	it_graphic_coloradj = 1024;		
	it_value = 600;
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 1;
begindefineitem 367;
	it_name = "Tiny Orb of the Sun";
	it_which_icon_inven = 11;
	it_graphic_coloradj = 64;		
	it_value = 800;
	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 216;
	it_stats_addition 1 = 10;
begindefineitem 368;
	it_name = "Black Pearl Talisman";
	it_which_icon_inven = 9;
	it_graphic_coloradj = 128;		
	it_value = 1000;
	it_protection = 4;
	it_stats_to_affect 0 = 16;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 17;
	it_stats_addition 1 = 1;
begindefineitem 369;
	import = 361;
	it_name = "Volcanic Fetish";
	it_graphic_coloradj = 2;		
	it_value = 1000;
	it_protection = 3;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 1;
begindefineitem 370;
	import = 361;
	it_name = "Blessed Necklace";
	it_which_icon_inven = 12; 
	it_value = 1200;
	it_protection = 2;
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 212;
	it_stats_addition 1 = 10;
	it_pet_stats_to_affect 0 = 206;
	it_pet_stats_addition 0 = 10;
	it_pet_stats_to_affect 1 = 212;
	it_pet_stats_addition 1 = 10;
begindefineitem 371;
	it_name = "Ruby Necklace";
	it_which_icon_inven = 12; 
	it_protection = 4;
	it_value = 1400;
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 205;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 9;
	it_stats_addition 2 = 1;
	it_pet_stats_to_affect 0 = 206;
	it_pet_stats_addition 0 = 5;
	it_pet_stats_to_affect 1 = 205;
	it_pet_stats_addition 1 = 10;
	it_graphic_coloradj = 0;		
begindefineitem 372;
	it_name = "Runed Jade Necklace";
	it_value = 1600;
	it_graphic_coloradj = 4;		
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 12;
	it_stats_addition 2 = 1;
	it_pet_stats_to_affect 0 = 207;
	it_pet_stats_addition 0 = 10;
	it_pet_stats_to_affect 1 = 208;
	it_pet_stats_addition 1 = 10;
begindefineitem 373;
	import = 361;
	it_name = "Puresteel Necklace";
	it_which_icon_inven = 10; 
	it_graphic_coloradj = 1;		
	it_value = 2500;
	it_protection = 6;
	it_stats_to_affect 0 = 4;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 9;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 214;
	it_stats_addition 2 = 5;
begindefineitem 374;
	import = 360;
	it_name = "Demon Fang Talisman";
	it_which_icon_inven = 8;
	it_graphic_coloradj = 2;		
	it_value = 3000;
	it_protection = 8;
	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 6;
	it_pet_stats_to_affect 0 = 204;
	it_pet_stats_addition 0 = 10;
begindefineitem 375;
	import = 365;
	it_name = "Talisman of Might";
	it_which_icon_inven = 9;
	it_graphic_coloradj = 64;		
	it_value = 4000;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 4;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 5;
begindefineitem 376;
	import = 362;
	it_name = "Passage Stone";
	it_value = 0;
	it_graphic_coloradj = 16;		
	it_stats_to_affect 0 = 22;
	it_stats_addition 0 = 1;
	
// 385 augmentations
begindefineitem 385;
	import = 4;
	it_name = "Blessing Crystal";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 8;
	it_charges = 0;
	it_value = 100;
	it_stats_to_affect 0 = 220;
	it_stats_addition 0 = 1;
begindefineitem 386;
	it_name = "Runed Ruby";
	it_stats_to_affect 0 = 221;
	it_value = 200;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 10;
	it_graphic_coloradj = 1;		
begindefineitem 387;
	it_name = "Charging Stone";
	it_stats_to_affect 0 = 222;
	it_graphic_sheet = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_coloradj = 0;		
	it_value = 200;
begindefineitem 388;
	it_name = "Runed Amethyst";
	it_stats_to_affect 0 = 223;
	it_graphic_sheet = 9;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 10;
	it_value = 200;
begindefineitem 389;
	it_name = "Ivory Skull";
	it_graphic_sheet = 2;
	it_which_icon_ground = 15;	
	it_which_icon_inven = 15;
	it_stats_to_affect 0 = 224;
	it_value = 300;
	it_graphic_coloradj = 128;		
begindefineitem 390;
	it_name = "Runed Onyx";
	it_graphic_sheet = 9;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_stats_to_affect 0 = 225;
	it_value = 400;
	it_graphic_coloradj = 64;		
begindefineitem 391;
	it_name = "Tiny Orb of Mist";
	it_graphic_sheet = 9;
	it_which_icon_ground = 13;	
	it_which_icon_inven = 12;
	it_stats_to_affect 0 = 226;
	it_value = 500;
	it_graphic_coloradj = 0;		
begindefineitem 392;
	it_name = "Steel Spine";
	it_graphic_sheet = 0;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 8;
	it_stats_to_affect 0 = 227;
	it_value = 500;
	it_graphic_coloradj = 128;		
begindefineitem 393;
	it_name = "Ethereal Bindings";
	it_graphic_sheet = 9;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_stats_to_affect 0 = 228;
	it_value = 750;
	it_graphic_coloradj = 4;		
begindefineitem 394;
	it_name = "Golden Crystal";
	it_graphic_sheet = 9;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_stats_to_affect 0 = 229;
	it_value = 800;
	it_graphic_coloradj = 0;		

// more crap items
begindefineitem 400;
	import = 263;
	it_name = "Scissors";
	it_graphic_template = 51;
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 4;
begindefineitem 401;
	it_name = "Pillow";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 2;
	it_value = 2;
	it_weight = 10;
begindefineitem 402;
	it_name = "Towel";
	it_which_icon_ground = 3;	
	it_which_icon_inven = 3;
begindefineitem 403;
	it_name = "Pot";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 3;
begindefineitem 404;
	it_name = "Goblet";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 405;
	it_name = "Rolling Pin";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 3;
begindefineitem 406;
	it_name = "Ale";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 10;
	it_value = 8;
begindefineitem 407;
	it_name = "Wine";
	it_which_icon_ground = 11;	
	it_which_icon_inven = 11;
begindefineitem 408;
	it_name = "Broken Sword";
	it_which_icon_ground = 13;	
	it_which_icon_inven = 12;
	it_value = 0;
	it_weight = 50;
begindefineitem 409;
	it_name = "Broom";
	it_which_icon_ground = 15;	
	it_which_icon_inven = 14;
	it_value = 3;
begindefineitem 410;
	it_name = "Mop";
	it_graphic_sheet = 9;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 0;
begindefineitem 411;
	it_name = "Shovel";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 1;
	it_value = 8;
begindefineitem 412;
	it_name = "Pick";
	it_which_icon_ground = 5;	
	it_which_icon_inven = 2;
begindefineitem 413;
	it_name = "Rope";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 15;
begindefineitem 414;
	it_name = "Gold Bar";
	it_value = 300;
	it_weight = 80;
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 18;
	it_charges = 1;	
begindefineitem 415;
	import = 263;
	it_name = "Pipe";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
	it_value = 20;
	it_weight = 6;
begindefineitem 416;
	it_name = "Broken Clay";
	it_which_icon_ground = 18;	
	it_which_icon_inven = 18;
	it_value = 1;
	it_weight = 30;
begindefineitem 417;
	it_which_icon_ground = 19;	
	it_which_icon_inven = 19;
begindefineitem 418;
	it_name = "Pincers";
	it_graphic_sheet = 3;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 10;
	it_value = 5;
	it_weight = 20;
begindefineitem 419;
	it_name = "Tongs";
	it_which_icon_ground = 11;	
	it_which_icon_inven = 11;

begindefineitem 420;
	import = 260;
	it_name = "Perfect Fyora Scale";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 13;	
	it_value = 100;
	it_charges = 1;	
	it_graphic_coloradj = 8;		
begindefineitem 421;
	it_name = "Perfect Drayk Scale";
	it_graphic_coloradj = 16;		
	it_value = 400;
begindefineitem 422;
	it_name = "Perfect Drakon Scale";
	it_graphic_coloradj = 256;		
	it_value = 1000;
begindefineitem 423;
	it_name = "Artila Eye";
	it_graphic_sheet = 5;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 8;	
	it_graphic_coloradj = 0;		
	it_value = 200;
begindefineitem 424;
	it_name = "Glaahk Eye";
	it_graphic_coloradj = 4;		
	it_value = 400;
begindefineitem 425;
	it_name = "Eyebeast Eye";
	it_graphic_coloradj = 2;		
	it_value = 1200;
begindefineitem 426;
	it_name = "Roamer Fang";
	it_graphic_sheet = 5;
	it_which_icon_ground = 5;	
	it_which_icon_inven = 4;	
	it_graphic_coloradj = 0;		
	it_value = 100;
begindefineitem 427;
	it_name = "Rotghroth Fang";
	it_graphic_coloradj = 4;		
	it_value = 1000;
begindefineitem 428;
	it_name = "Vlish Tentacle";
	it_graphic_sheet = 5;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 6;	
	it_graphic_coloradj = 0;		
	it_value = 200;

begindefineitem 434;
	import = 17;
	it_name = "Perfected Cloak";
	it_value = 0;
	it_protection = 8;
	it_stats_to_affect 1 = 205;
	it_stats_addition 1 = 12;
begindefineitem 435;
	import = 348;
	it_name = "Perfected Greaves";
	it_value = 0;
	it_protection = 12;
	it_stats_to_affect 2 = 206;
	it_stats_addition 2 = 8;
begindefineitem 436; // defined later
	it_name = "Perfected Gauntlets";
begindefineitem 437;
	import = 148;
	it_name = "Perfected Boots";
	it_value = 0;
	it_protection = 9;
	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 8;
begindefineitem 438;
	import = 166;
	it_name = "Perfected Belt";
	it_value = 0;
	it_protection = 8;
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 8;

begindefineitem 446;
	import = 263;
	it_name = "Fishing Pole";
	it_graphic_template = 50;
	it_graphic_sheet = 4;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
	it_value = 5;
	it_weight = 20;
begindefineitem 447;
	it_name = "Scales";
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
	it_value = 15;
	it_weight = 30;
begindefineitem 448;
	it_name = "Blanket";
	it_which_icon_ground = 18;	
	it_which_icon_inven = 18;
	it_value = 3;
	it_weight = 30;
begindefineitem 449;
	// imported for bandages
	import = 220;
	it_name = "Cloth Bandage";
	it_graphic_sheet = 4;
	it_graphic_template = 50;
	it_graphic_sheet = 4;
	it_which_icon_ground = 19;	
	it_which_icon_inven = 19;
	it_weight = 5;
	it_ability = 205;
	it_level = 4;
	it_value = 10;
	it_extra_description = -1;
begindefineitem 450;
	import = 263;
	it_name = "Clay Pot";
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
	it_value = 5;
	it_weight = 40;
begindefineitem 451;
	it_name = "Lantern";
	it_variety = 9;
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
	it_value = 10;
	it_weight = 20;
	it_ability = 190;
	it_level = 2;
	it_charges = 1;
begindefineitem 452;
	it_name = "Broken Pot";
	it_variety = 11;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 18;
	it_value = 1;
	it_weight = 30;
	it_ability = -1;
	it_charges = 0;
begindefineitem 453;
	it_name = "Bone";
	it_which_icon_ground = 19;	
	it_which_icon_inven = 19;
	it_value = 1;
	it_weight = 10;
begindefineitem 454;
	it_name = "Clay Bowl";
	it_graphic_sheet = 3;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
	it_value = 3;
	it_weight = 15;
begindefineitem 455;
	it_name = "Clay Brick";
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
	it_value = 1;
	it_weight = 40;
begindefineitem 456;
	it_name = "Bag of Meal";
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_weight = 70;
	it_value = 10;
	it_extra_description = 23;
	it_charges = 1;
begindefineitem 457;
	it_name = "Calipers";
	it_graphic_sheet = 4;
	it_which_icon_ground = 18;	
	it_which_icon_inven = 19;
	it_value = 12;
	it_weight = 10;
	it_charges = 0;
	it_extra_description = -1;
begindefineitem 458;
	it_name = "Vase";
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
	it_value = 20;
	it_weight = 20;
begindefineitem 459;
	import = 263;
	it_name = "Spoon";
	it_graphic_template = 50;
	it_graphic_sheet = 6;
	it_which_icon_ground = 16;	
	it_which_icon_inven = 16;
	it_value = 3;
	it_weight = 3;
begindefineitem 460;
	it_name = "Fork";
	it_which_icon_ground = 17;	
	it_which_icon_inven = 17;
begindefineitem 461;
	it_name = "Kitchen Knife";
	it_which_icon_ground = 18;	
	it_which_icon_inven = 18;
begindefineitem 462;
	import = 4;
	it_name = "Access Crystal";
	it_charges = 1;
	it_value = 0;
	it_extra_description = -1;
	it_graphic_coloradj = 64;		
	
// 180 GLOVES
begindefineitem 465;
// imported for all glove items
	import = 0;
	it_name = "Gloves";
	it_graphic_sheet = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 8;
	it_protection = 2;
	it_weight = 10;
	it_value = 8;
	it_extra_description = 16;
	it_can_augment = 1;
begindefineitem 466;
	it_name = "Gauntlets";
	it_graphic_sheet = 2;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
	it_protection = 4;
	it_weight = 30;
	it_value = 50;
	it_which_icon_ground = 14;	
	it_which_icon_inven = 15;
begindefineitem 467;
	it_name = "Shaped Gauntlets";
	it_which_icon_ground = 16;	
	it_which_icon_inven = 17;
	it_protection = 6;
	it_weight = 60;
	it_value = 250;
begindefineitem 468;
	it_name = "Puresteel Gauntlets";
	it_graphic_coloradj = 128;		
	it_weight = 30;
	it_protection = 12;
	it_value = 1000;
begindefineitem 469;
	import = 465;
	it_name = "Carnelian Gloves";
	it_graphic_coloradj = 2;
	it_value = 100;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 1;

begindefineitem 470;
	it_name = "Thirsting Gloves";
	it_graphic_coloradj = 4;
	it_value = 400;
	it_stats_to_affect 0 = 217;
	it_stats_addition 0 = 5;
begindefineitem 471;
	it_name = "Tinker's Gloves";
	it_graphic_coloradj = 1;
	it_value = 600;
	it_stats_to_affect 0 = 21;
	it_stats_addition 0 = 2;
begindefineitem 472;
	import = 466;
	it_name = "Piercing Gauntlets";
	it_graphic_coloradj = 512;
	it_value = 800;
	it_stats_to_affect 0 = 6;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 203;
	it_stats_addition 1 = 2;
begindefineitem 473;
	import = 466;
	it_name = "Firecaster Gauntlets";
	it_graphic_coloradj = 256;
	it_value = 1000;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 11;
	it_stats_addition 1 = 1;
begindefineitem 474;
	it_name = "Gauntlets of Succor";
	it_graphic_coloradj = 1024;
	it_stats_to_affect 0 = 10;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 18;
	it_stats_addition 1 = 1;
begindefineitem 475;
	import = 467;
	it_name = "Gloves of the Rock";
	it_graphic_coloradj = 1;		
	it_value = 2000;
	it_stats_to_affect 0 = 3;
	it_stats_addition 0 = 4;
begindefineitem 476;
	it_name = "Gloves of the Hammer";
	it_graphic_coloradj = 2;		
	it_value = 2500;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 6;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 7;
	it_stats_addition 2 = 1;

begindefineitem 477;
	it_name = "Ornkskin Gauntlets";
	it_graphic_coloradj = 4;		
	it_value = 3000;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 3;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 200;
	it_stats_addition 2 = 4;

begindefineitem 478;
	import = 468;
	it_name = "Lodestone Gauntlets";
	it_graphic_coloradj = 64;		
	it_value = 4000;
	it_protection = 9;
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = -1;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = -1;
	it_stats_to_affect 2 = 204;
	it_stats_addition 2 = 10;
	it_stats_to_affect 3 = 12;
	it_stats_addition 3 = 4;

// LATE DEFINITIONS


begindefineitem 298;
	import = 348;
	it_value = 0;
	it_name = "Sunfire Greaves";
	it_graphic_coloradj = 1024;
	it_protection = 11;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 12;
	it_stats_addition 1 = 3;
begindefineitem 299;
	it_name = "Starfire Greaves";
	it_graphic_coloradj = 1040;
	it_protection = 15;
	it_stats_to_affect 2 = 6;
	it_stats_addition 2 = 3;
	it_stats_to_affect 3 = 7;
	it_stats_addition 3 = 2;
begindefineitem 300;
	it_name = "Firesteel Greaves";
	it_protection = 16;
	it_stats_to_affect 1 = 12;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = -1;
	it_stats_to_affect 3 = -1;
	
begindefineitem 301;
	import = 348;
	it_value = 0;
	it_name = "Black Skin Greaves";
	it_graphic_coloradj = 256;
	it_protection = 13;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 6;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 7;
	it_stats_addition 2 = 3;
begindefineitem 302;
	it_name = "Charred Skin Greaves";
	it_graphic_coloradj = 272;
	it_stats_to_affect 3 = 12;
	it_stats_addition 3 = 3;
begindefineitem 303;
	it_name = "Black Iron Greaves";
	it_protection = 18;
	it_stats_to_affect 1 = 6;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = 7;
	it_stats_addition 2 = 5;
	
begindefineitem 436;
	import = 467; 
	it_name = "Perfected Gauntlets";
	it_value = 0;
	it_protection = 8;
	it_stats_to_affect 0 = 208;
	it_stats_addition 0 = 8;


begindefineitem 480;
	import = 467; 
	it_value = 0;
	it_name = "Lifeforce Gauntlets";
	it_protection = 9;
	it_graphic_coloradj = 512;		
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 2;
	it_pet_stats_to_affect 2 = 2;
	it_pet_stats_addition 2 = 3;
	it_pet_stats_to_affect 3 = 3;
	it_pet_stats_addition 3 = 2;
begindefineitem 481;
	it_name = "Gauntlets of Mastery";
	it_graphic_coloradj = 528;		
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 10;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 11;
	it_stats_addition 2 = 2;
begindefineitem 482;
	it_name = "Lifecraft Gauntlets";
	it_protection = 12;
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 4;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 4;
	it_pet_stats_to_affect 2 = 2;
	it_pet_stats_addition 2 = 5;
	it_pet_stats_to_affect 3 = 3;
	it_pet_stats_addition 3 = 4;

begindefineitem 483;
	import = 467; 
	it_value = 0;
	it_name = "Smoking Gauntlets";
	it_protection = 9;
	it_graphic_coloradj = 1024;		
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 10;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 11;
	it_stats_addition 2 = 3;
begindefineitem 484;
	it_name = "Blazing Gauntlets";
	it_graphic_coloradj = 1040;		
	it_pet_stats_to_affect 0 = 0;
	it_pet_stats_addition 0 = 2;
	it_pet_stats_to_affect 1 = 1;
	it_pet_stats_addition 1 = 2;
	it_pet_stats_to_affect 2 = 3;
	it_pet_stats_addition 2 = 2;
begindefineitem 485;
	it_name = "Firesteel Gauntlets";
	it_protection = 12;
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 10;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = 11;
	it_stats_addition 2 = 5;
	